diff options
author | Max <post@wickenrode.com> | 2015-10-15 01:13:55 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-10-15 01:13:55 +0200 |
commit | 2aca7fa78d644ce3d084351e66b50252890fbe01 (patch) | |
tree | 2f75454ec0449fbaf9dd8cd0d4397b21c7a90f8b | |
parent | fa62a27d1fea6f8671a6c021d792433d64fc8d8f (diff) | |
download | sequelpro-2aca7fa78d644ce3d084351e66b50252890fbe01.tar.gz sequelpro-2aca7fa78d644ce3d084351e66b50252890fbe01.tar.bz2 sequelpro-2aca7fa78d644ce3d084351e66b50252890fbe01.zip |
Guess someone at Apple forgot an #include in the 10.7 SDK
-rw-r--r-- | Source/SPFunctions.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFunctions.m b/Source/SPFunctions.m index 851c2422..d1c72555 100644 --- a/Source/SPFunctions.m +++ b/Source/SPFunctions.m @@ -29,7 +29,7 @@ // More info at <https://github.com/sequelpro/sequelpro> #import "SPFunctions.h" -#import <Security/Security.h> +#import <Security/SecRandom.h> #import "SPOSInfo.h" void SPMainQSync(void (^block)(void)) |