aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 1a134f37443..b5cd081b418 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -94,7 +94,7 @@
94 before syssignal.h is included, to work around interface conflicts 94 before syssignal.h is included, to work around interface conflicts
95 that are handled with CPP __RENAME() macro in signal.h. */ 95 that are handled with CPP __RENAME() macro in signal.h. */
96 96
97#ifndef NO_C_SOURCE 97#ifndef NOT_C_CODE
98#include <signal.h> 98#include <signal.h>
99#endif 99#endif
100 100