Added missing header for offsetof function.

Kent
This commit is contained in:
Kent Mein
2008-01-31 14:25:52 +00:00
parent e2ee9b57d3
commit b7e6ef04f8

View File

@@ -29,6 +29,7 @@
#include <string.h>
#include <stdlib.h>
#include <stddef.h>
#include "MEM_guardedalloc.h"