From 174c9f97e05415e0e55f3ec2bf75591c9fafd2a4 Mon Sep 17 00:00:00 2001 From: glftpd-scripts Date: Tue, 15 Sep 2015 20:53:16 +0200 Subject: [PATCH] fix compile warning --- src/pre/modules/mod_chmod.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pre/modules/mod_chmod.c b/src/pre/modules/mod_chmod.c index b5e5719..095e6fb 100644 --- a/src/pre/modules/mod_chmod.c +++ b/src/pre/modules/mod_chmod.c @@ -25,6 +25,7 @@ */ #include +#include // project includes #include "mod_chmod.h"