diff options
Diffstat (limited to 'lib/libc/stdlib/ldiv.c')
-rw-r--r-- | lib/libc/stdlib/ldiv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/ldiv.c b/lib/libc/stdlib/ldiv.c index d458efd..37e95fa 100644 --- a/lib/libc/stdlib/ldiv.c +++ b/lib/libc/stdlib/ldiv.c @@ -37,6 +37,8 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)ldiv.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stdlib.h> /* ldiv_t */ |