From c4b56ee58b9b76d2598535cf6109a27b22e60abe Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Wed, 30 Mar 2016 10:21:13 +0200 Subject: Fix warnings due to missing stdlib.h When compiling without RPC, we do not get stdlib.h automatically included via other includes and thus miss some function definitions. Include stdlib.h explicitely. Signed-off-by: Jan Kara --- setquota.c | 1 + 1 file changed, 1 insertion(+) (limited to 'setquota.c') diff --git a/setquota.c b/setquota.c index 8ecd9c3..421631e 100644 --- a/setquota.c +++ b/setquota.c @@ -17,6 +17,7 @@ #include #include #include +#include #if defined(RPC) #include "rquota.h" -- cgit v1.2.1