From 95c92094b7d8aec7570bf73bdf18b7dffcbdd61d Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 20 Jul 2011 19:43:04 -0400 Subject: [PATCH] Xcode3 builds again. --- src/RageFileDriverDeflate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RageFileDriverDeflate.cpp b/src/RageFileDriverDeflate.cpp index 35738eea27..ea60d9c8d7 100644 --- a/src/RageFileDriverDeflate.cpp +++ b/src/RageFileDriverDeflate.cpp @@ -19,7 +19,7 @@ * used to compile RageFileDriverZip.o, I have no idea how it's happening. * --Steve */ - #include "/usr/include/zlib.h" + #include "zlib.h" #else #include #endif