diff options
Diffstat (limited to 'src/manager/xml.h')
-rw-r--r-- | src/manager/xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/xml.h b/src/manager/xml.h index 0c362fed1..bd11cb4f8 100644 --- a/src/manager/xml.h +++ b/src/manager/xml.h @@ -21,7 +21,7 @@ #ifndef XML_H_ #define XML_H_ -#include <utils/enumerator.h> +#include <collections/enumerator.h> typedef struct xml_t xml_t; |