diff options
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r-- | usr.bin/make/suff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index a42bf8f004b..2a3e33ecda8 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: suff.c,v 1.72 2007/09/18 09:15:04 espie Exp $ */ +/* $OpenBSD: suff.c,v 1.73 2007/11/02 17:27:24 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* @@ -79,6 +79,7 @@ #include <stdint.h> #include <stddef.h> #include <string.h> +#include <signal.h> #include <ohash.h> #include "config.h" #include "defines.h" |