From: Karel Zak Date: Tue, 12 Apr 2011 10:58:17 +0000 (+0200) Subject: hexdump: don't include err.h directly X-Git-Tag: v2.20-rc1~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a0803460c238b96e240de2158043505d914251f;p=thirdparty%2Futil-linux.git hexdump: don't include err.h directly --- 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 */