summaryrefslogtreecommitdiff
path: root/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qt4-qvfb/files/patch-qwssignalhandler_p.h')
-rw-r--r--devel/qt4-qvfb/files/patch-qwssignalhandler_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h b/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h
new file mode 100644
index 000000000000..b427205e2fbd
--- /dev/null
+++ b/devel/qt4-qvfb/files/patch-qwssignalhandler_p.h
@@ -0,0 +1,11 @@
+--- qwssignalhandler_p.h.orig Sun Jan 14 15:52:43 2007
++++ qwssignalhandler_p.h Sun Jan 14 15:52:57 2007
+@@ -39,6 +39,8 @@
+ #include <QtCore/qvector.h>
+ #include <signal.h>
+
++typedef void (*sighandler_t)(int);
++
+ class QWSSignalHandler
+ {
+ public: