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:
41dab73
)
Check for unistd.h presense
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Aug 2014 11:51:00 +0000
(13:51 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Aug 2014 11:51:00 +0000
(13:51 +0200)
src/eventl.c
patch
|
blob
|
history
diff --git
a/src/eventl.c
b/src/eventl.c
index
2808c07
..
148ddd7
100644
(file)
--- a/
src/eventl.c
+++ b/
src/eventl.c
@@
-36,7
+36,9
@@
#include <stdio.h>
#include <assert.h>
+#if HAVE_UNISTD_H
#include <unistd.h>
+#endif
#include <stdlib.h>
#include <errno.h>