need sys/stat.h to compile on freebsd

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@391 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2005-06-28 06:43:11 +00:00
parent c287c5cdd2
commit b39ed76d47
+2
View File
@@ -5,6 +5,8 @@
#include <ctype.h>
#include <sys/time.h>
#include <sys/file.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <stdio.h>