projects
/
yaz-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:
75ce92c
)
Include stdlib.h due to getenv use
author
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 1 Mar 2014 16:06:44 +0000
(17:06 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 1 Mar 2014 16:06:44 +0000
(17:06 +0100)
ztest/read-marc.c
patch
|
blob
|
history
diff --git
a/ztest/read-marc.c
b/ztest/read-marc.c
index
8906534
..
0b9dc1d
100644
(file)
--- a/
ztest/read-marc.c
+++ b/
ztest/read-marc.c
@@
-26,6
+26,7
@@
#include <sys/stat.h>
#endif
+#include <stdlib.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif