projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe21dcd
)
Add include of sys/time.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 Jun 2002 13:19:43 +0000
(13:19 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 Jun 2002 13:19:43 +0000
(13:19 +0000)
index/main.c
patch
|
blob
|
history
diff --git
a/index/main.c
b/index/main.c
index
1540f5b
..
edf5212
100644
(file)
--- a/
index/main.c
+++ b/
index/main.c
@@
-2,17
+2,18
@@
* Copyright (C) 1994-2002, Index Data
* All rights reserved.
*
- * $Id: main.c,v 1.90 2002-06-19 11:37:11 adam Exp $
+ * $Id: main.c,v 1.91 2002-06-19 13:19:43 adam Exp $
*/
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include <time.h>
#ifdef WIN32
#include <io.h>
#else
#include <unistd.h>
+#include <sys/time.h>
#endif
+#include <time.h>
#if HAVE_SYS_TIMES_H
#include <sys/times.h>
#endif