diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-10-13 14:08:43 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-10-13 14:08:43 -0400 |
commit | 3b9dc1ad1a60b2cfc106d3bc34d6c4463ed1bf4b (patch) | |
tree | ae8231f190fbfc809fbcb793d05c8e43ca2f9e26 /expac.c | |
parent | c66848f17f737f1a22072adddd38b6e571fc00df (diff) | |
download | expac-3b9dc1ad1a60b2cfc106d3bc34d6c4463ed1bf4b.tar.xz |
add missing header
Diffstat (limited to 'expac.c')
-rw-r--r-- | expac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #define DEFAULT_DELIM "\n" #define DEFAULT_LISTDELIM " " |