diff options
Diffstat (limited to 'x11-fm/xfe/files/patch-src::CommandWindow.cc')
-rw-r--r-- | x11-fm/xfe/files/patch-src::CommandWindow.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/xfe/files/patch-src::CommandWindow.cc b/x11-fm/xfe/files/patch-src::CommandWindow.cc new file mode 100644 index 000000000000..27aed0bd21e3 --- /dev/null +++ b/x11-fm/xfe/files/patch-src::CommandWindow.cc @@ -0,0 +1,11 @@ +--- src/CommandWindow.cc.orig Sun Aug 15 14:28:01 2004 ++++ src/CommandWindow.cc Sun Aug 15 14:28:10 2004 +@@ -13,6 +13,8 @@ + #include <stdlib.h> ++#include <signal.h> + #include <sys/wait.h> + #include <sys/ioctl.h> ++#include <sys/signal.h> + #include <unistd.h> + #include <fcntl.h> + |