aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/collections/enumerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/collections/enumerator.h')
-rw-r--r--src/libstrongswan/collections/enumerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/collections/enumerator.h b/src/libstrongswan/collections/enumerator.h
index 900c97385..299373a3e 100644
--- a/src/libstrongswan/collections/enumerator.h
+++ b/src/libstrongswan/collections/enumerator.h
@@ -23,7 +23,7 @@
typedef struct enumerator_t enumerator_t;
-#include "../utils.h"
+#include <utils/utils.h>
/**
* Enumerator interface, allows enumeration over collections.