diff options
Diffstat (limited to 'lib/libstand/stat.c')
| -rw-r--r-- | lib/libstand/stat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/stat.c b/lib/libstand/stat.c index bdc97d571ca9..8593281c57cd 100644 --- a/lib/libstand/stat.c +++ b/lib/libstand/stat.c @@ -35,6 +35,9 @@ * @(#)stat.c 8.1 (Berkeley) 6/11/93 */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "stand.h" int |
