gb_io_headers.ch | 9 +++++++++
1 file changed, 9 insertions(+)
--- sgb-20090810.orig/gb_io_headers.ch
+++ sgb-20090810/gb_io_headers.ch
@@ -0,0 +1,9 @@
+@x GNU/Linux uses string.h but doesn't define SYSV
+#ifdef SYSV
+#include <string.h>
+#else
+#include <strings.h>
+#endif
+@y
+#include <string.h>
+@z