added stddef.h include for compilers which do not support the offsetof() directive
This commit is contained in:
@@ -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__)
|
||||||
|
|||||||
Reference in New Issue
Block a user