summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Jansen <sensille@gmx.net>2012-10-26 16:21:29 +0200
committerArne Jansen <sensille@gmx.net>2012-10-26 16:21:29 +0200
commitae12daee820f22f8e095ef72747e098f28390e47 (patch)
tree3480d67c4e695a2e08ce5c99744039d483f96df9
parenteda20572af9d6d329ea0e39e4e4d6e2c4374555c (diff)
downloadfar-progs-ae12daee820f22f8e095ef72747e098f28390e47.tar.gz
fardump: missing include on linux
-rw-r--r--fardump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fardump.c b/fardump.c
index b753b5c..ef63679 100644
--- a/fardump.c
+++ b/fardump.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <errno.h>
#include <time.h>
+#include <getopt.h>
int print_binary = 0;
int print_multiline = 0;