diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2016-03-05 08:07:16 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2016-03-05 08:07:16 +1000 |
commit | 96619853ae80f40e34c53105f08f79e89bb9df13 (patch) | |
tree | 9320364b818402c88eac70b83f01d59c4a3e237d /Source | |
parent | 80b2af8b69ce90ac334e04a8eb6f510cddc5670f (diff) | |
download | sequelpro-96619853ae80f40e34c53105f08f79e89bb9df13.tar.gz sequelpro-96619853ae80f40e34c53105f08f79e89bb9df13.tar.bz2 sequelpro-96619853ae80f40e34c53105f08f79e89bb9df13.zip |
Restore bundled zlib (#1972)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPFileHandle.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFileHandle.m b/Source/SPFileHandle.m index 8cc6bed4..7da3d100 100644 --- a/Source/SPFileHandle.m +++ b/Source/SPFileHandle.m @@ -30,7 +30,7 @@ #import "SPFileHandle.h" #import "bzlib.h" -#import "zlib.h" +#import "zlib.1.2.4.h" #import "pthread.h" // Define the maximum size of the background write buffer before the writing thread |