projects
/
pazpar2-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:
cca105c
)
Include windows.h (for timeval)
author
unknown
<adam@indexdata.dk>
Wed, 19 May 2010 09:30:28 +0000
(11:30 +0200)
committer
unknown
<adam@indexdata.dk>
Wed, 19 May 2010 09:30:28 +0000
(11:30 +0200)
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
0ca3523
..
4910ea9
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-35,6
+35,9
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef WIN32
+#include <windows.h>
+#endif
#include <signal.h>
#include <ctype.h>
#include <assert.h>