mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Explicitly include stddef.h for offsetof, needed for newer GCC versions
svn path=/trunk/; revision=8698
This commit is contained in:
parent
cd7fbb8e5c
commit
ff837bae4a
2 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,7 @@
|
|||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue