| Index: sandbox/mac/xpc_stubs_header.fragment
|
| diff --git a/sandbox/mac/xpc_stubs_header.fragment b/sandbox/mac/xpc_stubs_header.fragment
|
| index a29907ef3fd61b05551557708ad056dc1642a5a6..8197587fc74816bf76864c03ee83b81b3179949d 100644
|
| --- a/sandbox/mac/xpc_stubs_header.fragment
|
| +++ b/sandbox/mac/xpc_stubs_header.fragment
|
| @@ -5,6 +5,10 @@
|
| #ifndef SANDBOX_MAC_XPC_STUBS_HEADER_FRAGMENT_
|
| #define SANDBOX_MAC_XPC_STUBS_HEADER_FRAGMENT_
|
|
|
| +#include <bsm/libbsm.h>
|
| +
|
| +#include "sandbox/sandbox_export.h"
|
| +
|
| // Declare or include public types.
|
| #if !defined(MAC_OS_X_VERSION_10_7) || \
|
| MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
|
|
|