forked from Imagelibrary/binutils-gdb
* configure.in: add check for stddef.h
* mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef MMALLOC_H
|
||||
#define MMALLOC_H 1
|
||||
|
||||
#ifdef STDC_HEADERS
|
||||
#ifdef HAVE_STDDEF_H
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user