diff options
Diffstat (limited to 'bin/ls/lomac.c')
| -rw-r--r-- | bin/ls/lomac.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ls/lomac.c b/bin/ls/lomac.c index 2505da244c65..ed7e88281b09 100644 --- a/bin/ls/lomac.c +++ b/bin/ls/lomac.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. * * $Id: lomac.c,v 1.5 2001/11/26 19:25:52 bfeldman Exp $ - * $FreeBSD$ */ /* @@ -40,6 +39,9 @@ * this interface to determine the LOMAC attributes of files. */ +#include <sys/cdefs.h> + __FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/lomacio.h> |
