commit | d32bab645d98a514d71d53a6287b9b03eeb7d081 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Oct 18 14:55:26 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Oct 18 14:55:26 2013 -0700 |
tree | 45aef039371511cf2ff721a9ba78725263176291 | |
parent | 4affbf58fbc62ae4505382f39ae0197806a5ede6 [diff] [blame] |
time support: For portability, also include <time.h>
diff --git a/include/config.h.in b/include/config.h.in index 7621126..2fe8965 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -78,6 +78,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <time.h> header file. */ +#undef HAVE_TIME_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H