Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r--util-linux/hexdump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c
index cdb17ca3b..10c57fd61 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -9,7 +9,6 @@
* Licensed under GPLv2 or later, see file License in this tarball for details.
*/
-#include <getopt.h>
#include "libbb.h"
#include "dump.h"