diff options
Diffstat (limited to 'textproc/zorba/files/patch-bin-debugger_main.cpp')
-rw-r--r-- | textproc/zorba/files/patch-bin-debugger_main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/zorba/files/patch-bin-debugger_main.cpp b/textproc/zorba/files/patch-bin-debugger_main.cpp new file mode 100644 index 000000000000..5bd4192814f0 --- /dev/null +++ b/textproc/zorba/files/patch-bin-debugger_main.cpp @@ -0,0 +1,11 @@ +--- bin/debugger/main.cpp.orig 2012-06-21 11:19:43.000000000 +0200 ++++ bin/debugger/main.cpp 2012-06-21 11:19:27.000000000 +0200 +@@ -22,6 +22,8 @@ + #include <unistd.h> + #endif + ++#include <signal.h> ++ + #include <vector> + + #include <zorba/config.h> |