GCC 3.0 doesn't like you not including <string.h> if you use things in it.
[sgt/halibut] / 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__))