diff options
author | 2011-04-27 20:33:40 +0000 | |
---|---|---|
committer | 2011-04-27 20:33:40 +0000 | |
commit | f4578b7df31abc84a888804e239faecc911475cd (patch) | |
tree | 171ed400a361b9189e7aec467bfe543e3b7cb533 | |
parent | Merge from gcc3: (diff) | |
download | wireguard-openbsd-f4578b7df31abc84a888804e239faecc911475cd.tar.xz wireguard-openbsd-f4578b7df31abc84a888804e239faecc911475cd.zip |
needs signal.h, too
-rw-r--r-- | usr.bin/aucat/amsg.h | 3 |
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" /* |