added stddef.h include for compilers which do not support the offsetof() directive

This commit is contained in:
Martin Willi
2006-08-28 09:02:51 +00:00
parent 4c23a8c9ec
commit 51d4876814
+2
View File
@@ -25,6 +25,8 @@
#ifndef DEFINITIONS_H_ #ifndef DEFINITIONS_H_
#define DEFINITIONS_H_ #define DEFINITIONS_H_
#include <stddef.h>
/* stolen from FreeS/WAN */ /* stolen from FreeS/WAN */
#if linux #if linux
# if defined(i386) && !defined(__i386__) # if defined(i386) && !defined(__i386__)