ports/net/nocatsplash/files/patch-src__splashd.c
Rene Ladan a57213f3df - fix and undeprecate
- add license (GPLv2)
- update MASTER_SITES and CONFLICTS
- tidy up pkg-descr
- pass maintainership to submitter

PR:		197495
Submitted by:	Chris Hutchinson
MFH:		2015Q3
2015-07-22 05:27:59 +00:00

15 lines
364 B
C

--- src/splashd.c.orig 2003-02-23 03:09:46 UTC
+++ src/splashd.c
@@ -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>