mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
- add license (GPLv2) - update MASTER_SITES and CONFLICTS - tidy up pkg-descr - pass maintainership to submitter PR: 197495 Submitted by: Chris Hutchinson MFH: 2015Q3
15 lines
364 B
C
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>
|