diff options
author | 2013-11-12 13:51:42 +0000 | |
---|---|---|
committer | 2013-11-12 13:51:42 +0000 | |
commit | 17769931319576714fd8e31ddface54cded96454 (patch) | |
tree | fecc8abafd08ccac6a47111435adaa2e15a23ef1 /usr.bin/patch/mkpath.c | |
parent | Rework get_responsefile() (diff) | |
download | wireguard-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.c | 5 |
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. |