mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-01-31 00:00:04 +08:00
Fix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user