sigaltstck: add missing include
authorSzabolcs Nagy <nsz@port70.net>
Thu, 9 Apr 2015 00:35:55 +0000 (00:35 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 9 Apr 2015 00:35:55 +0000 (00:35 +0000)
src/regression/sigaltstack.c

index 84ca2a1..bfdc44a 100644 (file)
@@ -4,6 +4,7 @@
 // mips stack_t is inconsistent with other archs
 #define _XOPEN_SOURCE 700
 #include <signal.h>
 // mips stack_t is inconsistent with other archs
 #define _XOPEN_SOURCE 700
 #include <signal.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>