We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdf3a8 commit 24824bbCopy full SHA for 24824bb
CMakeLists.txt
@@ -220,6 +220,7 @@ check_include_file(stdint.h HAVE_STDINT_H)
220
check_include_file(stdio.h HAVE_STDIO_H)
221
check_include_file(stdlib.h HAVE_STDLIB_H)
222
check_include_file(string.h HAVE_STRING_H)
223
+check_include_file(strings.h HAVE_STRINGS_H)
224
check_include_file(time.h HAVE_TIME_H)
225
check_include_file(unistd.h HAVE_UNISTD_H)
226
src/gldns/parse.c
@@ -14,7 +14,7 @@
14
15
#include <limits.h>
16
#include <stdlib.h>
17
-#ifdef HAVE_STRING_H
+#ifdef HAVE_STRINGS_H
18
#include <strings.h>
19
#endif
20
0 commit comments