summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-20 08:44:11 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-20 08:52:14 +0100
commitcf25b76b685ae8b74310f001798876651e89e51a (patch)
tree7292dc0e5c2ac814e8de0c38517768e981ef8dfc /vcl/unx/generic/window
parent8da05bd82457ad4bd90a61f806e4f0632a9c0273 (diff)
move #include from .h to the one .cxx where it is needed
Diffstat (limited to 'vcl/unx/generic/window')
-rw-r--r--vcl/unx/generic/window/salframe.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 0cebdbc2efc7..43f6acd3b2d0 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -27,6 +27,7 @@
************************************************************************/
+#include <signal.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>