Include <string.h>, avoid warning.
authorMike Taylor <mike@indexdata.com>
Fri, 31 Aug 2007 21:12:51 +0000 (21:12 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 31 Aug 2007 21:12:51 +0000 (21:12 +0000)
util/tstres.c

index ad01b62..0de5fee 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: tstres.c,v 1.2 2007-05-16 12:31:17 adam Exp $
+/* $Id: tstres.c,v 1.3 2007-08-31 21:12:51 mike Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 */
 
+#include <string.h>
 #include <idzebra/res.h>
 #include <yaz/test.h>