diff options
Diffstat (limited to 'x11-toolkits/qt33/files/patch-qlock.cpp')
-rw-r--r-- | x11-toolkits/qt33/files/patch-qlock.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/files/patch-qlock.cpp b/x11-toolkits/qt33/files/patch-qlock.cpp new file mode 100644 index 000000000000..ee610b2d46b2 --- /dev/null +++ b/x11-toolkits/qt33/files/patch-qlock.cpp @@ -0,0 +1,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) |