summaryrefslogtreecommitdiffstats
path: root/arguments.c
diff options
context:
space:
mode:
authornicm <nicm>2014-10-20 23:27:14 +0000
committernicm <nicm>2014-10-20 23:27:14 +0000
commit900f6fc17e6764377a8e293ce742fb41f1add9bd (patch)
tree566ebe615f419bcca0cf2cd5a8e470228f192dca /arguments.c
parent30bacf6f3038a867b53143150944f0997558114b (diff)
Tidy up some includes.
Diffstat (limited to 'arguments.c')
-rw-r--r--arguments.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arguments.c b/arguments.c
index ca6cc760..05ff97eb 100644
--- a/arguments.c
+++ b/arguments.c
@@ -18,6 +18,7 @@
#include <sys/types.h>
+#include <getopt.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>