Added <string.h> include for strdup() declaration (see POSIX.1)

This commit is contained in:
Melinda Shore 2013-08-10 11:16:54 -08:00
parent b3e2aa19f3
commit 228a5d9868
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <string.h>
#include "testmessages.h"
static char *testprog = NULL;