diff options
Diffstat (limited to 'src/lib/fs/conffile.c')
-rw-r--r-- | src/lib/fs/conffile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fs/conffile.c b/src/lib/fs/conffile.c index 600c7f6b70..3a4d95f450 100644 --- a/src/lib/fs/conffile.c +++ b/src/lib/fs/conffile.c @@ -18,7 +18,7 @@ #include "lib/fs/files.h" #include "lib/fs/path.h" #include "lib/log/torlog.h" -#include "lib/malloc/util_malloc.h" +#include "lib/malloc/malloc.h" #include "lib/string/printf.h" static smartlist_t *config_get_file_list(const char *path, |