From 387250cd83d818e8cf1a48cdbd3475dadcfc92c0 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Thu, 19 Sep 2013 15:25:22 +0100 Subject: [PATCH] Fixes compiler warning: implicit declaration of function 'isalnum' --- mnexec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mnexec.c b/mnexec.c index a563499..3171bab 100644 --- a/mnexec.c +++ b/mnexec.c @@ -22,6 +22,7 @@ #include #include #include +#include #if !defined(VERSION) #define VERSION "(devel)"