patches/mpplugin-02-strings_h.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 514 cef5e33b1df0
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- ./Source/plugin.h-p2	2007-09-29 12:17:27.000000000 +0200
+++ ./Source/plugin.h	2007-09-29 12:33:35.430132000 +0200
@@ -57,6 +57,9 @@
 #include <sys/types.h>
 #include <signal.h>
 #include <string.h>
+#ifdef sun
+#include <strings.h>
+#endif
 #include <time.h>
 #ifdef HAVE_GETTEXT
 # include <libintl.h>