Explicitly include stddef.h for offsetof, needed for newer GCC versions
authorGé van Geldorp <ge@gse.nl>
Sun, 14 Mar 2004 08:51:16 +0000 (08:51 +0000)
committerGé van Geldorp <ge@gse.nl>
Sun, 14 Mar 2004 08:51:16 +0000 (08:51 +0000)
svn path=/trunk/; revision=8698

reactos/lib/comctl32/listview.c
reactos/lib/ole32/oleproxy.c

index cfc92ed..7cdb92c 100644 (file)
 #include <assert.h>
 #include <ctype.h>
 #include <string.h>
+#include <stddef.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
index a2f6310..e381cde 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <stdlib.h>
 #include <stdarg.h>
+#include <stddef.h>
 #include <stdio.h>
 #include <string.h>