diff options
Diffstat (limited to 'src/manager/gateway.h')
-rw-r--r-- | src/manager/gateway.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/gateway.h b/src/manager/gateway.h index 99e79eef5..5792ebf02 100644 --- a/src/manager/gateway.h +++ b/src/manager/gateway.h @@ -22,7 +22,7 @@ #define GATEWAY_H_ #include <networking/host.h> -#include <utils/enumerator.h> +#include <collections/enumerator.h> typedef struct gateway_t gateway_t; |