aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparser.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-26 02:18:00 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-26 02:18:00 +0200
commiteeb59dbf63cf47b722c029ef385aecc8562012f7 (patch)
tree55d0ff81d9ef1b616439c52ea92c694d5cd6c04e /src/argparser.h
parentimplement map (diff)
downloadargparser-eeb59dbf63cf47b722c029ef385aecc8562012f7.tar.gz
argparser-eeb59dbf63cf47b722c029ef385aecc8562012f7.tar.bz2
argparser-eeb59dbf63cf47b722c029ef385aecc8562012f7.tar.xz
fix some derps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/argparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/argparser.h b/src/argparser.h
index 4fc158c..6df4891 100644
--- a/src/argparser.h
+++ b/src/argparser.h
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
+#include <unistd.h>
/**