diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.c b/src/core/core.c index 636e41e..addd58c 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -41,7 +41,7 @@ #ifdef INCLUDE_MAGIC_SUPPORT # include "../analysis/scan/items/magic/cookie.h" #endif -#include "../common/io.h" +#include "../common/pathname.h" #include "../common/xdg.h" #include "../glibext/linesegment.h" |