Explicitly include stddef.h for offsetof, needed for newer GCC versions

svn path=/trunk/; revision=8698
This commit is contained in:
Gé van Geldorp 2004-03-14 08:51:16 +00:00
parent cd7fbb8e5c
commit ff837bae4a
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -35,6 +35,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>