diff options
Diffstat (limited to 'src/lib/log/escape.c')
-rw-r--r-- | src/lib/log/escape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log/escape.c b/src/lib/log/escape.c index b6b20183ba..37d7e0fdc4 100644 --- a/src/lib/log/escape.c +++ b/src/lib/log/escape.c @@ -12,7 +12,7 @@ #include "lib/log/util_bug.h" #include "lib/string/compat_ctype.h" #include "lib/string/printf.h" -#include "lib/malloc/util_malloc.h" +#include "lib/malloc/malloc.h" /** Allocate and return a new string representing the contents of <b>s</b>, * surrounded by quotes and using standard C escapes. |