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