aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-02-27 06:12:47 +0000
committerBruce Evans <bde@FreeBSD.org>1998-02-27 06:12:47 +0000
commit85b46962434ecf0cc396cfbaf5e99376cfa2d84c (patch)
treef2b63e72766266471a5d1f59288968718e213573 /include/stdlib.h
parent9a70f9f75fed9c99e6229acc357e8e1520804beb (diff)
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h4
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;