diff options
Diffstat (limited to 'gnu/usr.sbin/mkisofs/match.h')
-rw-r--r-- | gnu/usr.sbin/mkisofs/match.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/mkisofs/match.h b/gnu/usr.sbin/mkisofs/match.h index 395d42d0144..68314d26340 100644 --- a/gnu/usr.sbin/mkisofs/match.h +++ b/gnu/usr.sbin/mkisofs/match.h @@ -1,4 +1,4 @@ -/* $OpenBSD: match.h,v 1.1 1997/09/15 06:01:53 downsj Exp $ */ +/* $OpenBSD: match.h,v 1.2 1997/09/22 05:25:49 millert Exp $ */ /* * 27th March 1996. Added by Jan-Piet Mens for matching regular expressions * in paths. @@ -9,7 +9,7 @@ * $From: match.h,v 1.1 1997/02/23 15:56:12 eric Rel $ */ -#include "fnmatch.h" +#include <fnmatch.h> void add_match(); int matches(); |