We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582c6da commit dfd3707Copy full SHA for dfd3707
GCDWebDAVServer/GCDWebDAVServer.h
@@ -25,8 +25,6 @@
25
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
*/
27
28
-// Requires HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2" in Xcode build settings
29
-
30
#import "GCDWebServer.h"
31
32
@class GCDWebDAVServer;
GCDWebDAVServer/GCDWebDAVServer.m
@@ -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>
33
#import "GCDWebDAVServer.h"
0 commit comments