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