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:
c97d9ea
)
chdir may be defined in unistd.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 3 Oct 2011 12:49:52 +0000
(14:49 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 3 Oct 2011 12:49:52 +0000
(14:49 +0200)
src/pazpar2.c
patch
|
blob
|
history
diff --git
a/src/pazpar2.c
b/src/pazpar2.c
index
f51fa9e
..
585c0f8
100644
(file)
--- a/
src/pazpar2.c
+++ b/
src/pazpar2.c
@@
-23,6
+23,9
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef WIN32
#include <winsock.h>
#endif
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#include <signal.h>
#include <assert.h>