summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/signal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/signal.h b/include/signal.h
index 305f7b2e192..935c0278b9c 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */
+/* $NetBSD: signal.h,v 1.9 1997/11/18 20:30:24 kleink Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -39,12 +39,13 @@
#define _USER_SIGNAL_H
#include <sys/cdefs.h>
-#include <sys/signal.h>
#if !defined(_ANSI_SOURCE)
#include <sys/types.h>
#endif
+#include <sys/signal.h>
+
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
extern __const char *__const sys_signame[_NSIG];
extern __const char *__const sys_siglist[_NSIG];