From bcdfbfa128dd2d98ed7ffbf5b305199a26008eb9 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Fri, 10 Feb 2012 14:13:55 +0100 Subject: [PATCH] include stdlib, for malloc() --- drop_privs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drop_privs.c b/drop_privs.c index 9f769e5..8183f6c 100644 --- a/drop_privs.c +++ b/drop_privs.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "util.h"