import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / interrupt.c
index 120697b77e5cc946a4048aab718e81c4a145bb56..a895d4b7d814adaa868b5f3211fdee1375302602 100644 (file)
@@ -1,5 +1,7 @@
 #include <errno.h>
 #include <stdio.h>
+#include <unistd.h>
+#include <stdlib.h>
 int
 main ()
 {
@@ -28,6 +30,7 @@ main ()
       else
        write (1, &x, 1);
     }
+  return 0;
 }
 
 int
This page took 0.032381 seconds and 4 git commands to generate.