diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-08-14 22:30:07 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-08-14 22:30:07 +0000 |
commit | 476f71cec5c3fe99336f1ccd95b06c67707cda4e (patch) | |
tree | 5fa995f18e84944713045c57303c77c6e63057c3 /lib | |
parent | d02311a4f878ddd45c2e5b61ab57cd2201c8373c (diff) | |
download | FreeBSD-src-476f71cec5c3fe99336f1ccd95b06c67707cda4e.zip FreeBSD-src-476f71cec5c3fe99336f1ccd95b06c67707cda4e.tar.gz |
Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.
Suggested by: mike
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libugidfw/ugidfw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libugidfw/ugidfw.c b/lib/libugidfw/ugidfw.c index 91c6fe5..2b5d0d2 100644 --- a/lib/libugidfw/ugidfw.c +++ b/lib/libugidfw/ugidfw.c @@ -47,7 +47,7 @@ #include <stdlib.h> #include <string.h> -#include <ugidfw.h> +#include "ugidfw.h" /* * Text format for rules: rules contain subjectand object elements, mode. |