GCC 3.0 doesn't like you not including <string.h> if you use things in it.
authorjames <james@cda61777-01e9-0310-a592-d414129be87e>
Thu, 1 Apr 2004 18:03:26 +0000 (18:03 +0000)
committerjames <james@cda61777-01e9-0310-a592-d414129be87e>
Thu, 1 Apr 2004 18:03:26 +0000 (18:03 +0000)
We do, so let's.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@4029 cda61777-01e9-0310-a592-d414129be87e

halibut.h

index 6ecf3b3..3fc752d 100644 (file)
--- a/halibut.h
+++ b/halibut.h
@@ -4,6 +4,7 @@
 #include <stdio.h>
 #include <wchar.h>
 #include <time.h>
+#include <string.h>
 
 #ifdef __GNUC__
 #define NORETURN __attribute__((__noreturn__))