]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hexdump: don't include err.h directly
authorKarel Zak <kzak@redhat.com>
Tue, 12 Apr 2011 10:58:17 +0000 (12:58 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 12 Apr 2011 10:58:17 +0000 (12:58 +0200)
text-utils/hexdump.c

index fd4b37d47257ac30402491a18d97aea443a045e6..553220d8997c607e9b4997fcff1a2304f181fdb4 100644 (file)
 #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 */