From ba71ec35d250a7bf8557827b0e0f74b11215fc1a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 1 Mar 2014 17:06:44 +0100 Subject: [PATCH] Include stdlib.h due to getenv use --- ztest/read-marc.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4