summaryrefslogtreecommitdiffstats
path: root/lib/strutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strutils.c')
-rw-r--r--lib/strutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strutils.c b/lib/strutils.c
index 94635b1e8..8089fbe8b 100644
--- a/lib/strutils.c
+++ b/lib/strutils.c
@@ -8,10 +8,10 @@
#include <inttypes.h>
#include <ctype.h>
#include <errno.h>
-#include <err.h>
#include <sys/stat.h>
#include <locale.h>
#include <string.h>
+#include "c.h"
static int do_scale_by_power (uintmax_t *x, int base, int power)
{