diff options
author | Martin Willi <martin@revosec.ch> | 2014-12-16 16:55:29 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-12-16 17:22:28 +0100 |
commit | 04337fed02e8dde1b184b3c163cc76138037905e (patch) | |
tree | 1b59c28e7587614615ba4b7a8b3719d44054bc95 /src/libstrongswan/processing/processor.h | |
parent | 6fa203b8d4dfdaad586a3b056cb1ff1318f6e643 (diff) | |
download | strongswan-04337fed02e8dde1b184b3c163cc76138037905e.tar.bz2 strongswan-04337fed02e8dde1b184b3c163cc76138037905e.tar.xz |
apple: Redefine some additional clashing Mach types
While they usually are not included in a normal strongSwan build, the XPC
header indirectly defines these Mach types. To build charon-xpc, which uses
both XPC and strongSwan includes, we have to redefine these types.
Diffstat (limited to 'src/libstrongswan/processing/processor.h')
-rw-r--r-- | src/libstrongswan/processing/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/processing/processor.h b/src/libstrongswan/processing/processor.h index f96530e54..ee08870fb 100644 --- a/src/libstrongswan/processing/processor.h +++ b/src/libstrongswan/processing/processor.h @@ -23,6 +23,8 @@ #ifndef PROCESSOR_H_ #define PROCESSOR_H_ +#include <utils/utils.h> + typedef struct processor_t processor_t; #include <stdlib.h> |