diff options
Diffstat (limited to 'usr.bin/patch/common.h')
| -rw-r--r-- | usr.bin/patch/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index 8a0203c2df0..dd1b812fc8a 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.9 1997/09/22 05:45:26 millert Exp $ */ +/* $OpenBSD: common.h,v 1.10 1999/01/03 05:33:48 millert Exp $ */ #define DEBUGGING @@ -36,6 +36,7 @@ #include <signal.h> #include <stdlib.h> #include <unistd.h> +#include <libgen.h> #undef malloc #undef realloc |
