freebsd-ports/x11-toolkits/qt31/files/patch-qlock.cpp
Alan Eldridge d1662ca0ad Repocopy from qt30. Modified to current status.
NOT TO BE USED AS A DEPENDENCY UNTIL AFTER 5.0 RELEASE!!!!
2003-01-06 15:05:36 +00:00

10 lines
363 B
C++

--- src/kernel/qlock.cpp.orig Mon Dec 9 04:40:45 2002
+++ src/kernel/qlock.cpp Sun Dec 29 05:31:54 2002
@@ -41,6 +41,7 @@
#include <sys/file.h>
#else
#include <sys/types.h>
+#include <sys/ipc.h>
#include <sys/sem.h>
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) \
|| defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD) || defined(Q_OS_BSDI)