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
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifndef DEFINITIONS_H_
#define DEFINITIONS_H_
#include <stddef.h>
/* stolen from FreeS/WAN */
#if linux
# if defined(i386) && !defined(__i386__)