X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..a3d08fcd5120d2aa8303b6349ca8b14e3f284af3:/osfmk/UserNotification/UNDTypes.h diff --git a/osfmk/UserNotification/UNDTypes.h b/osfmk/UserNotification/UNDTypes.h index f80242c42..32581eec0 100644 --- a/osfmk/UserNotification/UNDTypes.h +++ b/osfmk/UserNotification/UNDTypes.h @@ -23,6 +23,10 @@ #ifndef __USERNOTIFICATION_UNDTYPES_H #define __USERNOTIFICATION_UNDTYPES_H +#include + +#ifdef __APPLE_API_PRIVATE + #include typedef char *UNDMessage; @@ -62,5 +66,7 @@ typedef mach_port_t UNDReplyRef; #define UND_REPLY_NULL ((UNDReplyRef)0) #define XML_DATA_NULL ((xmlData_t)0) +#endif /* __APPLE_API_PRIVATE */ + #endif /* __USERNOTIFICATION_UNDTPES_H */