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/ndn-cpp/c/util/time.c b/ndn-cpp/c/util/time.c index b7de490..5a74466 100644 --- a/ndn-cpp/c/util/time.c +++ b/ndn-cpp/c/util/time.c
@@ -4,6 +4,7 @@ * See COPYING for copyright and distribution information. */ +#include <time.h> #include <sys/time.h> #include <math.h> #include <string.h>