From 04337fed02e8dde1b184b3c163cc76138037905e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 16 Dec 2014 16:55:29 +0100 Subject: 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. --- src/libstrongswan/processing/processor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstrongswan/processing/processor.h') 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 + typedef struct processor_t processor_t; #include -- cgit v1.2.3