summaryrefslogtreecommitdiff
path: root/bin/pax/tables.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-05-24 04:00:07 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-05-24 04:00:07 +0000
commit8df275ff600f65c63d9c0c5c9c0cc078d7556f60 (patch)
tree24991a9d6cae899c4428b3c71ec4ca495989aa62 /bin/pax/tables.c
parent9aa41b0183144f9b1f3d79a5cda9e8a251e498d9 (diff)
Missed #include <signal.h>
Diffstat (limited to 'bin/pax/tables.c')
-rw-r--r--bin/pax/tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pax/tables.c b/bin/pax/tables.c
index 3377fdcda7e..b898b8946fd 100644
--- a/bin/pax/tables.c
+++ b/bin/pax/tables.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tables.c,v 1.32 2014/05/23 19:47:49 guenther Exp $ */
+/* $OpenBSD: tables.c,v 1.33 2014/05/24 04:00:06 guenther Exp $ */
/* $NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $ */
/*-
@@ -39,6 +39,7 @@
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
+#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>