added #include of <sys/types.h> to sigmisc.c
authoreck <none@none>
Mon, 15 Oct 1990 11:23:08 +0000 (11:23 +0000)
committereck <none@none>
Mon, 15 Oct 1990 11:23:08 +0000 (11:23 +0000)
lang/cem/libcc.ansi/setjmp/sigmisc.c

index 45c97f5..b58aee2 100644 (file)
@@ -9,6 +9,7 @@
  * <signal.h>. This is a C-file, which can't be included.
  */
 
+#include       <sys/types.h>
 #include       <signal.h>
 #include       <stddef.h>