summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-10-13 14:08:43 -0400
committerDave Reisner <dreisner@archlinux.org>2011-10-13 14:08:43 -0400
commit3b9dc1ad1a60b2cfc106d3bc34d6c4463ed1bf4b (patch)
treeae8231f190fbfc809fbcb793d05c8e43ca2f9e26
parentc66848f17f737f1a22072adddd38b6e571fc00df (diff)
downloadexpac-3b9dc1ad1a60b2cfc106d3bc34d6c4463ed1bf4b.tar.xz
add missing header
-rw-r--r--expac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/expac.c b/expac.c
index ad3792a..a86286d 100644
--- a/expac.c
+++ b/expac.c
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#define DEFAULT_DELIM "\n"
#define DEFAULT_LISTDELIM " "