diff options
Diffstat (limited to 'src/shared/strv.h')
-rw-r--r-- | src/shared/strv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/strv.h b/src/shared/strv.h index 6e0c7655d9..22c8132c57 100644 --- a/src/shared/strv.h +++ b/src/shared/strv.h @@ -22,7 +22,7 @@ #include <stdarg.h> #include <stdbool.h> -#include "macro.h" +#include "util.h" void strv_free(char **l); DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free); |