Added Include of string.h
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Nov 2006 21:35:02 +0000 (21:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Nov 2006 21:35:02 +0000 (21:35 +0000)
test/api/t15.c

index da68b0d..9a91f8e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t15.c,v 1.9 2006-11-23 21:34:22 adam Exp $
+/* $Id: t15.c,v 1.10 2006-11-23 21:35:02 adam Exp $
    Copyright (C) 2004-2006
    Index Data ApS
 
@@ -33,6 +33,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <sys/wait.h>
 #endif
 
+#include <string.h>
 #include <sys/utsname.h>
 
 #include "testlib.h"