1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-p2p/dctc-gui/files/patch-src::init_fnc.c
2002-11-18 17:30:52 +00:00

13 lines
373 B
C

--- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002
+++ src/init_fnc.c Sun Nov 17 21:20:39 2002
@@ -12,7 +12,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
-#include <linux/sem.h> /* for the value of SEMVMX */
+#include <sys/ipc.h>
+#include <sys/sem.h> /* for the value of SEMVMX */
#include <dirent.h>
#include <string.h>
#include <errno.h>