Fix libi2ncommon for gcc4
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 3 Aug 2009 14:52:26 +0000 (16:52 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 3 Aug 2009 14:52:26 +0000 (16:52 +0200)
src/ipfunc.cpp
src/logread.cpp

index 8ecfebb..7924ef6 100644 (file)
@@ -9,6 +9,7 @@
 #include <string>
 #include <sstream>
 #include <stdexcept>
+#include <stdio.h>
 
 #include <arpa/inet.h>
 #include <netdb.h>
index b241ed5..ba32035 100644 (file)
@@ -2,6 +2,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <stdio.h>
 
 #include <stdexcept>