summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/conf.h
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-04-27 21:32:41 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-04-27 21:32:41 +0000
commitf9dd9f2ad104f3eb3f21c26cb4ba286847e245cd (patch)
tree49cc44b05c584cf70fcb58c7c76e25a7bf56c48c /usr.bin/aucat/conf.h
parent9491636254186651db93c19f61db8ec10bb16dfe (diff)
include signal.h
Diffstat (limited to 'usr.bin/aucat/conf.h')
-rw-r--r--usr.bin/aucat/conf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/aucat/conf.h b/usr.bin/aucat/conf.h
index f0d03aa9e0d..efb64439e29 100644
--- a/usr.bin/aucat/conf.h
+++ b/usr.bin/aucat/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.21 2011/04/27 21:20:36 ratchov Exp $ */
+/* $OpenBSD: conf.h,v 1.22 2011/04/27 21:32:40 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -18,6 +18,8 @@
#define CONF_H
#ifdef DEBUG
+#include <signal.h>
+
/*
* Debug trace levels:
*