From: Adam Dickmeiss Date: Sat, 1 Mar 2014 16:06:44 +0000 (+0100) Subject: Include stdlib.h due to getenv use X-Git-Tag: v5.0.19~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ba71ec35d250a7bf8557827b0e0f74b11215fc1a;ds=sidebyside Include stdlib.h due to getenv use --- diff --git a/ztest/read-marc.c b/ztest/read-marc.c index 8906534..0b9dc1d 100644 --- a/ztest/read-marc.c +++ b/ztest/read-marc.c @@ -26,6 +26,7 @@ #include #endif +#include #if HAVE_UNISTD_H #include #endif