diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-27 06:12:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-27 06:12:47 +0000 |
| commit | 85b46962434ecf0cc396cfbaf5e99376cfa2d84c (patch) | |
| tree | f2b63e72766266471a5d1f59288968718e213573 /include/stdlib.h | |
| parent | 9a70f9f75fed9c99e6229acc357e8e1520804beb (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 4f2b1b594cbb..af2a6f5d4f86 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -36,6 +36,8 @@ #ifndef _STDLIB_H_ #define _STDLIB_H_ +#include <sys/cdefs.h> + #include <machine/ansi.h> #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) @@ -79,8 +81,6 @@ typedef struct { extern int __mb_cur_max; #define MB_CUR_MAX __mb_cur_max -#include <sys/cdefs.h> - __BEGIN_DECLS void abort __P((void)) __dead2; int abs __P((int)) __pure2; |
