X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/79b9da22a1f4b26279940d285c1bc28ce4e99252..8d27c3ff7852f189d80642bf29bad598c79c8e56:/Analytics/SQLite/SFSQLite.h diff --git a/Analytics/SQLite/SFSQLite.h b/Analytics/SQLite/SFSQLite.h index 6ec9d0f8..0ced9471 100644 --- a/Analytics/SQLite/SFSQLite.h +++ b/Analytics/SQLite/SFSQLite.h @@ -23,6 +23,9 @@ // Header exposed for unit testing only +#ifndef SECURITY_SFSQL_H +#define SECURITY_SFSQL_H 1 + #if __OBJC2__ #import @@ -149,4 +152,5 @@ typedef NS_ENUM(NSInteger, SFSQLiteSynchronousMode) { @end -#endif +#endif /* __OBJC2__ */ +#endif /* SECURITY_SFSQL_H */