mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
[STDC_HEADERS]: Include stddef.h.
This commit is contained in:
parent
7e77352939
commit
4f27350a99
2 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ Boston, MA 02110-1301, USA. */
|
|||
#include <stdio.h>
|
||||
#include <limits.h> /* For CHAR_BIT. */
|
||||
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h> /* For offsetof, used by PSEUDOVECSIZE. */
|
||||
#endif
|
||||
|
||||
#ifdef ALLOC_DEBUG
|
||||
#undef INLINE
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue