xmlsecurityengine/xmlsec/src/xmlsec_io.c
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
equal deleted inserted replaced
32:889504eac4fb 33:604ca70b6235
    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 <stdapis/libxml2/libxml2_tree.h>
    19 #include <libxml2_tree.h>
    20 #include <stdapis/libxml2/libxml2_uri.h>
    20 #include <libxml2_uri.h>
    21 #include <stdapis/libxml2/libxml2_xmlio.h>
    21 #include <libxml2_xmlio.h>
    22 #include <stdapis/libxml2/libxml2_globals.h>
    22 #include <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