From 95ff9a2de335d47c39bbf9f982cb3719829549ab Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 15 Oct 2012 21:15:25 +0200 Subject: [PATCH] build: resolve compiler error extensions/xt_psd.c:141:2: error: implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration] --- extensions/xt_psd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/xt_psd.c b/extensions/xt_psd.c index 6cbe186..3bb7e33 100644 --- a/extensions/xt_psd.c +++ b/extensions/xt_psd.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include