summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/sigact.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-29 14:27:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-29 14:27:00 +0000
commit819f1bef5c1baf684afcc5aef4d743f16e0c376b (patch)
treea76498ef09226d5afe2ceb3d0ff53eb5df337646 /openbsd-compat/sigact.c
parent0a8a0f4b5116d64785ffe669372471b8952b47ec (diff)
- (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com)
Diffstat (limited to 'openbsd-compat/sigact.c')
-rw-r--r--openbsd-compat/sigact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/sigact.c b/openbsd-compat/sigact.c
index 390fbd07..806eb02b 100644
--- a/openbsd-compat/sigact.c
+++ b/openbsd-compat/sigact.c
@@ -33,8 +33,8 @@
* and: Eric S. Raymond <esr@snark.thyrsus.com> *
****************************************************************************/
-#include <signal.h>
#include "config.h"
+#include <signal.h>
#include "sigact.h"
/* This file provides sigaction() emulation using sigvec() */