mirror of https://github.com/getdnsapi/getdns.git
Added <string.h> include for strdup() declaration (see POSIX.1)
This commit is contained in:
parent
b3e2aa19f3
commit
228a5d9868
|
@ -27,6 +27,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
|
#include <string.h>
|
||||||
#include "testmessages.h"
|
#include "testmessages.h"
|
||||||
|
|
||||||
static char *testprog = NULL;
|
static char *testprog = NULL;
|
||||||
|
|
Loading…
Reference in New Issue