Changeset 9682
- Timestamp:
- Oct 2, 2013, 11:31:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/SignalHandler.cc
r9672 r9682 40 40 #include <cstdio> 41 41 42 #include <unistd.h>43 42 #include "Output.h" 44 43 … … 55 54 #include <X11/keysym.h> 56 55 #include <sys/prctl.h> 56 #include <unistd.h> 57 57 58 58 namespace orxonox … … 72 72 73 73 catchSignal( SIGSEGV ); 74 catchSignal( SIGABRT ); 74 catchSignal( SIGABRT ); 75 75 catchSignal( SIGILL ); 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.