This fixes a compile error with gcc 4.4 noted in debian bug report #504946

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1269 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
silverleo
2008-11-11 09:44:14 +00:00
parent be72295337
commit 62b57965cd
+1
View File
@@ -11,6 +11,7 @@
#include "ZNCString.h"
#include <assert.h>
#include <cstdio>
#include <map>
#include <sys/file.h>
#include <sys/time.h>