diff options
author | 2010-12-06 22:47:56 +0000 | |
---|---|---|
committer | 2010-12-06 22:47:56 +0000 | |
commit | 3442ef86ddef5ee48b3b62910603bc377941aff8 (patch) | |
tree | 698334420f83592cab0635a3b8e3dc9044469663 | |
parent | Never print .P, .PP, and .LP header content. (diff) | |
download | wireguard-openbsd-3442ef86ddef5ee48b3b62910603bc377941aff8.tar.xz wireguard-openbsd-3442ef86ddef5ee48b3b62910603bc377941aff8.zip |
add missing header to properly use SIG* definitions
ok tobias@ nicm@
-rw-r--r-- | usr.bin/rcs/rcsprog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsprog.c b/usr.bin/rcs/rcsprog.c index 3171f689196..ccddfcc36e5 100644 --- a/usr.bin/rcs/rcsprog.c +++ b/usr.bin/rcs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.149 2010/09/08 15:15:50 tobias Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.150 2010/12/06 22:47:56 chl Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -27,6 +27,7 @@ #include <sys/stat.h> #include <err.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |