Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
4c9ba9de
Commit
4c9ba9de
authored
Sep 13, 2017
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add #include <isc/string.h>
parent
804ca1d9
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
1 deletion
+9
-1
lib/dns/tests/geoip_test.c
lib/dns/tests/geoip_test.c
+1
-0
lib/dns/tests/master_test.c
lib/dns/tests/master_test.c
+1
-0
lib/isc/inet_ntop.c
lib/isc/inet_ntop.c
+1
-0
lib/isc/unix/entropy.c
lib/isc/unix/entropy.c
+1
-0
lib/isc/win32/dir.c
lib/isc/win32/dir.c
+2
-1
lib/isc/win32/fsaccess.c
lib/isc/win32/fsaccess.c
+1
-0
lib/isc/win32/ntpaths.c
lib/isc/win32/ntpaths.c
+2
-0
No files found.
lib/dns/tests/geoip_test.c
View file @
4c9ba9de
...
...
@@ -17,6 +17,7 @@
#include <unistd.h>
#include <isc/print.h>
#include <isc/string.h>
#include <isc/types.h>
#include <dns/geoip.h>
...
...
lib/dns/tests/master_test.c
View file @
4c9ba9de
...
...
@@ -18,6 +18,7 @@
#include <unistd.h>
#include <isc/print.h>
#include <isc/string.h>
#include <isc/xml.h>
#include <dns/cache.h>
...
...
lib/isc/inet_ntop.c
View file @
4c9ba9de
...
...
@@ -21,6 +21,7 @@ static char rcsid[] =
#include <isc/net.h>
#include <isc/print.h>
#include <isc/string.h>
#define NS_INT16SZ 2
#define NS_IN6ADDRSZ 16
...
...
lib/isc/unix/entropy.c
View file @
4c9ba9de
...
...
@@ -29,6 +29,7 @@
#include <isc/platform.h>
#include <isc/strerror.h>
#include <isc/string.h>
#ifdef ISC_PLATFORM_NEEDSYSSELECTH
#include <sys/select.h>
...
...
lib/isc/win32/dir.c
View file @
4c9ba9de
...
...
@@ -19,9 +19,10 @@
#include <sys/stat.h>
#include <isc/assertions.h>
#include <isc/dir.h>
#include <isc/magic.h>
#include <isc/
assertions
.h>
#include <isc/
string
.h>
#include <isc/util.h>
#include "errno2result.h"
...
...
lib/isc/win32/fsaccess.c
View file @
4c9ba9de
...
...
@@ -29,6 +29,7 @@
#include <isc/file.h>
#include <isc/stat.h>
#include <isc/string.h>
#include "errno2result.h"
...
...
lib/isc/win32/ntpaths.c
View file @
4c9ba9de
...
...
@@ -17,8 +17,10 @@
*/
#include <config.h>
#include <isc/bind_registry.h>
#include <isc/ntpaths.h>
#include <isc/string.h>
/*
* Module Variables
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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