--- gephex-0.4.4.orig/base/src/net/fdsocket.cpp 2007-04-29 17:53:38.000000000 +0300 +++ gephex-0.4.4.orig/base/src/net/fdsocket.cpp 2008-12-12 17:39:42.000000000 +0200 @@ -22,6 +22,8 @@ #include "fdsocket.h" +#include + #if defined(HAVE_CONFIG_H) #include "config.h" #endif --- gephex-0.4.4.orig/base/src/net/protocol.cpp 2007-04-29 17:53:38.000000000 +0300 +++ gephex-0.4.4.orig/base/src/net/protocol.cpp 2008-12-12 17:17:59.000000000 +0200 @@ -26,6 +26,7 @@ #include #include +#include #if defined(HAVE_CONFIG_H) #include "config.h" --- gephex-0.4.4.orig/base/src/net/tagutils.cpp 2007-04-29 17:53:38.000000000 +0300 +++ gephex-0.4.4.orig/base/src/net/tagutils.cpp 2008-12-12 17:28:36.000000000 +0200 @@ -22,6 +22,8 @@ #include "tagutils.h" +#include + #include "convertbin.h" #include "utils/buffer.h" --- gephex-0.4.4.orig/base/src/utils/circularbuffer.cpp 2007-04-29 17:53:38.000000000 +0300 +++ gephex-0.4.4.orig/base/src/utils/circularbuffer.cpp 2008-12-12 17:03:58.000000000 +0200 @@ -24,6 +24,7 @@ #include #include +#include #include "buffer.h" --- gephex-0.4.4.orig/base/src/utils/spawn.cpp 2007-04-29 17:53:38.000000000 +0300 +++ gephex-0.4.4.orig/base/src/utils/spawn.cpp 2008-12-12 17:05:49.000000000 +0200 @@ -23,6 +23,8 @@ #include "spawn.h" #include +#include +#include #if defined(HAVE_CONFIG_H) #include "config.h"