]> jfr.im git - irc/rizon/znc.git/commitdiff
This fixes a compile error with gcc 4.4 noted in debian bug report #504946
authorsilverleo <redacted>
Tue, 11 Nov 2008 09:44:14 +0000 (09:44 +0000)
committersilverleo <redacted>
Tue, 11 Nov 2008 09:44:14 +0000 (09:44 +0000)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1269 726aef4b-f618-498e-8847-2d620e286838

Utils.h

diff --git a/Utils.h b/Utils.h
index eedca532e4229198bb6983ada5197392a1ca884d..63164bcfbb1f829fd30b841044b922542d71d4af 100644 (file)
--- a/Utils.h
+++ b/Utils.h
@@ -11,6 +11,7 @@
 
 #include "ZNCString.h"
 #include <assert.h>
+#include <cstdio>
 #include <map>
 #include <sys/file.h>
 #include <sys/time.h>