diff options
Diffstat (limited to 'src/core/hostname-setup.c')
-rw-r--r-- | src/core/hostname-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hostname-setup.c b/src/core/hostname-setup.c index 7894f8a5f2..ac508af122 100644 --- a/src/core/hostname-setup.c +++ b/src/core/hostname-setup.c @@ -29,6 +29,7 @@ #include "macro.h" #include "util.h" #include "log.h" +#include "fileio.h" static int read_and_strip_hostname(const char *path, char **hn) { char *s; |