Fix voor PATH_MAX met vpopmail

This commit is contained in:
Michiel Broek 2002-06-10 19:30:49 +00:00
parent 079ce2527d
commit 9b8d5c900d

View File

@ -46,6 +46,7 @@
#include <fcntl.h>
#include <time.h>
#include <stdlib.h>
#include <sys/param.h>
#if defined(SHADOW_PASSWORD)
#include <shadow.h>
#endif