summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/mkpath.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-11-12 13:51:42 +0000
committerderaadt <deraadt@openbsd.org>2013-11-12 13:51:42 +0000
commit17769931319576714fd8e31ddface54cded96454 (patch)
treefecc8abafd08ccac6a47111435adaa2e15a23ef1 /usr.bin/patch/mkpath.c
parentRework get_responsefile() (diff)
downloadwireguard-openbsd-17769931319576714fd8e31ddface54cded96454.tar.xz
wireguard-openbsd-17769931319576714fd8e31ddface54cded96454.zip
pull in local .h files to satisfy proto
Diffstat (limited to 'usr.bin/patch/mkpath.c')
-rw-r--r--usr.bin/patch/mkpath.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/patch/mkpath.c b/usr.bin/patch/mkpath.c
index 1e600a8a8ba..7c0f13fbad4 100644
--- a/usr.bin/patch/mkpath.c
+++ b/usr.bin/patch/mkpath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkpath.c,v 1.2 2005/06/20 07:14:06 otto Exp $ */
+/* $OpenBSD: mkpath.c,v 1.3 2013/11/12 13:51:42 deraadt Exp $ */
/*
* Copyright (c) 1983, 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,6 +34,9 @@
#include <errno.h>
#include <string.h>
+#include "common.h"
+#include "util.h"
+
/* Code taken directly from mkdir(1).
* mkpath -- create directories.