=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/mkpath.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/patch/mkpath.c 2005/06/20 07:14:06 1.2 --- src/usr.bin/patch/mkpath.c 2013/11/12 13:51:42 1.3 *************** *** 1,4 **** ! /* $OpenBSD: mkpath.c,v 1.2 2005/06/20 07:14:06 otto Exp $ */ /* * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. --- 1,4 ---- ! /* $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. *************** *** 33,38 **** --- 33,41 ---- #include #include #include + + #include "common.h" + #include "util.h" /* Code taken directly from mkdir(1).