Fix make-array transforms.
[sbcl.git] / tools-for-build / where-is-mcontext.c
index edcd646..6c579b1 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <stddef.h>
+#include <stdlib.h>
 #include <sys/ucontext.h>
 
 int main (int argc, char *argv[]) {
@@ -45,5 +46,6 @@ int main (int argc, char *argv[]) {
     }
     printf("\
 #endif /* PPC_LINUX_MCONTEXT_H */\n");
+    exit(0);
 }