diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-03 20:55:54 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-03 20:55:54 +0000 |
| commit | c73d77cef9b173f448ce1db4669dd75d794d7ad9 (patch) | |
| tree | d11f4793d28beee25ea92d4e32484bda0dabfc9f /bin/ls/lomac.c | |
| parent | 9052855a15171a46c21abfbc8ec54081a64092cd (diff) | |
Notes
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> |
