We require ANSI C so stop using the obsolete STDC_HEADERS.
This commit is contained in:
@@ -20,14 +20,8 @@
|
||||
#ifndef HAVE_REALLOCARRAY
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef STDC_HEADERS
|
||||
# include <stdlib.h>
|
||||
# include <stddef.h>
|
||||
#else
|
||||
# ifdef HAVE_STDLIB_H
|
||||
# include <stdlib.h>
|
||||
# endif
|
||||
#endif /* STDC_HEADERS */
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#if defined(HAVE_STDINT_H)
|
||||
# include <stdint.h>
|
||||
#elif defined(HAVE_INTTYPES_H)
|
||||
|
Reference in New Issue
Block a user