summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/files/patch-qlock.cpp
blob: ee610b2d46b2d4a50929874f1f0a837f4086cab0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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)