sgb (1:20090810-1) gb_io_headers.ch

Summary

 gb_io_headers.ch |    9 +++++++++
 1 file changed, 9 insertions(+)

    
download this patch

Patch contents

--- 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