--- src/db/pgConn.cpp.orig Tue Feb 17 22:01:35 2004 +++ src/db/pgConn.cpp Tue Feb 17 22:02:21 2004 @@ -23,6 +23,10 @@ #include #endif +#ifndef INADDR_NONE +#define INADDR_NONE (-1) +#endif + // App headers #include "pgConn.h" #include "pgAdmin3.h" --- src/utils/misc.cpp.orig Tue Feb 17 23:07:51 2004 +++ src/utils/misc.cpp Tue Feb 17 23:08:12 2004 @@ -22,6 +22,7 @@ // Standard headers #include +#include // App headers #include "misc.h"