Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
1f41da85
Commit
1f41da85
authored
Apr 25, 2000
by
David Lawrence
Browse files
needs <stdlib.h> for strtoul
parent
58bc93c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/ttl.c
View file @
1f41da85
...
...
@@ -19,6 +19,7 @@
#include
<ctype.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
#include
<isc/assertions.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment