From 9b8d5c900d9f02786281ad8ea977d0c610a3dac1 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 10 Jun 2002 19:30:49 +0000 Subject: [PATCH] Fix voor PATH_MAX met vpopmail --- unix/mbpasswd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/mbpasswd.c b/unix/mbpasswd.c index dd0098ea..53f25c44 100644 --- a/unix/mbpasswd.c +++ b/unix/mbpasswd.c @@ -46,6 +46,7 @@ #include #include #include +#include #if defined(SHADOW_PASSWORD) #include #endif