Skip to content
Snippets Groups Projects
Commit b73b7e09 authored by cyan's avatar cyan
Browse files

Include signal.h on Unix systems

parent 9109c3e6
Branches
Tags
No related merge requests found
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#if defined(__unix__) #if defined(__unix__)
#include <sys/ioctl.h> /* ioctl() */ #include <sys/ioctl.h> /* ioctl() */
#include <sys/utsname.h> /* uname() */ #include <sys/utsname.h> /* uname() */
#include <signal.h>
#endif /* __unix__ */ #endif /* __unix__ */
#include "genwrap.h" /* Verify prototypes */ #include "genwrap.h" /* Verify prototypes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment