This commit is contained in:
Pierre-Olivier Latour 2014-04-10 14:27:20 -07:00
parent 582c6da74f
commit dfd37078ae
2 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,6 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Requires HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2" in Xcode build settings
#import "GCDWebServer.h"
@class GCDWebDAVServer;

View File

@ -27,6 +27,7 @@
// WebDAV specifications: http://webdav.org/specs/rfc4918.html
// Requires "HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libxml2" in Xcode build settings
#import <libxml/parser.h>
#import "GCDWebDAVServer.h"