summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-27 20:33:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-27 20:33:41 +0000
commitafd0ae0ac1d03cfa4946dcd6fae7fbdba9a25b11 (patch)
tree01bda1942970674b0d32111d75087826269547af /usr.bin/aucat
parent5782bfe76a6014a278ca554cab884044b529d4a6 (diff)
needs signal.h, too
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r--usr.bin/aucat/amsg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/aucat/amsg.h b/usr.bin/aucat/amsg.h
index 78a8c4b0f3e..2125c20abf2 100644
--- a/usr.bin/aucat/amsg.h
+++ b/usr.bin/aucat/amsg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amsg.h,v 1.20 2011/04/16 11:24:18 ratchov Exp $ */
+/* $OpenBSD: amsg.h,v 1.21 2011/04/27 20:33:40 deraadt Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -18,6 +18,7 @@
#define AMSG_H
#include <stdint.h>
+#include <sys/signal.h>
#include "conf.h"
/*