summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-04-27 20:33:40 +0000
committerderaadt <deraadt@openbsd.org>2011-04-27 20:33:40 +0000
commitf4578b7df31abc84a888804e239faecc911475cd (patch)
tree171ed400a361b9189e7aec467bfe543e3b7cb533
parentMerge from gcc3: (diff)
downloadwireguard-openbsd-f4578b7df31abc84a888804e239faecc911475cd.tar.xz
wireguard-openbsd-f4578b7df31abc84a888804e239faecc911475cd.zip
needs signal.h, too
-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"
/*