From 0a0803460c238b96e240de2158043505d914251f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 12 Apr 2011 12:58:17 +0200 Subject: [PATCH] hexdump: don't include err.h directly --- text-utils/hexdump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c index fd4b37d472..553220d899 100644 --- a/text-utils/hexdump.c +++ b/text-utils/hexdump.c @@ -38,10 +38,11 @@ #include #include #include -#include #include #include "hexdump.h" + #include "nls.h" +#include "c.h" FS *fshead; /* head of format strings */ int blocksize; /* data block size */ -- 2.47.3