1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/NoCatSplash/files/patch-src::splashd.c
Bruce M Simpson 2440657742 New port: NoCatSplash, an authenticate-before-you-can-play splash screen
system intended for use by wireless edge routers ('nodes').
2003-12-08 22:42:45 +00:00

16 lines
390 B
C

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