summaryrefslogtreecommitdiff
path: root/usr.bin/patch/common.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-25 23:06:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-25 23:06:42 +0000
commit3ed880dac0ac490038c5e826e7faabd621b3d3a0 (patch)
treea8130d48e91a6082ad7bad3800222b2215aea4e3 /usr.bin/patch/common.h
parent0e1dfa183145680a78c7ce01bfae7c09df055209 (diff)
mktemp w/ open & fdopen
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r--usr.bin/patch/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h
index f3fcb5b144c..2a7154c5596 100644
--- a/usr.bin/patch/common.h
+++ b/usr.bin/patch/common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: common.h,v 1.2 1996/06/10 11:21:26 niklas Exp $ */
+/* $OpenBSD: common.h,v 1.3 1996/06/25 23:06:36 deraadt Exp $ */
#define DEBUGGING
@@ -29,6 +29,7 @@
#include <string.h>
#include <assert.h>
#include <sys/types.h>
+#include <sys/file.h>
#include <sys/stat.h>
#include <ctype.h>
#include <signal.h>