aboutsummaryrefslogtreecommitdiff
path: root/net/nocatsplash/files/patch-src__splashd.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/nocatsplash/files/patch-src__splashd.c')
-rw-r--r--net/nocatsplash/files/patch-src__splashd.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/nocatsplash/files/patch-src__splashd.c b/net/nocatsplash/files/patch-src__splashd.c
new file mode 100644
index 000000000000..a08519c35cff
--- /dev/null
+++ b/net/nocatsplash/files/patch-src__splashd.c
@@ -0,0 +1,15 @@
+--- src/splashd.c.orig Wed Nov 19 16:29:47 2003
++++ src/splashd.c Wed Nov 19 16:30:28 2003
+@@ -1,7 +1,10 @@
++# include <sys/param.h>
++# include <sys/types.h>
++# include <sys/socket.h>
++# include <netinet/in.h>
++# include <pthread.h>
+ # include <glib.h>
+ # include <stdio.h>
+-# include <netinet/in.h>
+-# include <sys/socket.h>
+ # include <signal.h>
+ # include <string.h>
+ # include <time.h>