From 85b46962434ecf0cc396cfbaf5e99376cfa2d84c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 27 Feb 1998 06:12:47 +0000 Subject: [PATCH] Moved include of earlier for the same reasons as moving it in . PR: 5785 --- include/stdlib.h | 4 ++-- 1 file 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 + #include #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 - __BEGIN_DECLS void abort __P((void)) __dead2; int abs __P((int)) __pure2;