acconfig.h (libintl.h): Does not include this file here because it will define `NULL' before the system...

�
        * acconfig.h (libintl.h): Does not include this file here because
        it will define `NULL' before the system files have got any chance
        to define it.
        * intl/explodename.c (stdlib.h): Include this file only if we have it.

From-SVN: r27303
This commit is contained in:
Philippe De Muyter 1999-06-01 17:53:13 -06:00 committed by Jeff Law
parent f852525a5b
commit ebe5b91399
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
# include <config.h>
#endif
#include <stdlib.h>
#if defined STDC_HEADERS || defined _LIBC
# include <stdlib.h>
#endif
#include <string.h>
#include <sys/types.h>