equal
deleted
inserted
replaced
14 #include <string.h> |
14 #include <string.h> |
15 #include <errno.h> |
15 #include <errno.h> |
16 |
16 |
17 #include <stdio.h> //added for symbian |
17 #include <stdio.h> //added for symbian |
18 |
18 |
19 #include <libxml2_tree.h> |
19 #include <stdapis/libxml2/libxml2_tree.h> |
20 #include <libxml2_uri.h> |
20 #include <stdapis/libxml2/libxml2_uri.h> |
21 #include <libxml2_xmlio.h> |
21 #include <stdapis/libxml2/libxml2_xmlio.h> |
22 #include <libxml2_globals.h> |
22 #include <stdapis/libxml2/libxml2_globals.h> |
23 |
23 |
24 #ifdef LIBXML_HTTP_ENABLED |
24 #ifdef LIBXML_HTTP_ENABLED |
25 #include <libxml2_nanohttp.h> |
25 #include <libxml2_nanohttp.h> |
26 #endif /* LIBXML_HTTP_ENABLED */ |
26 #endif /* LIBXML_HTTP_ENABLED */ |
27 |
27 |