summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text-utils/hexdump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c
index fd4b37d47..553220d89 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -38,10 +38,11 @@
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
-#include <err.h>
#include <stdlib.h>
#include "hexdump.h"
+
#include "nls.h"
+#include "c.h"
FS *fshead; /* head of format strings */
int blocksize; /* data block size */