diff --git a/ChangeLog b/ChangeLog index b3e2edca7..0aaeee0c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2008-10-14 Richard Frith-Macdonald * Source/GSSocketStream.m: Fix for #24564 + * Source/inet_pton.c: Fix for #24563 + * Source/inet_ntop.c: Fix for #24563 2008-10-12 Larry Campbelln diff --git a/Source/inet_ntop.c b/Source/inet_ntop.c index 74583106e..b74cbc9a7 100644 --- a/Source/inet_ntop.c +++ b/Source/inet_ntop.c @@ -17,14 +17,12 @@ */ #include "config.h" +#include "GNUstepBase/GSConfig.h" #include #include #include #include -#ifdef HAVE_STDINT_H -#include -#endif #include #include "GSNetwork.h" diff --git a/Source/inet_pton.c b/Source/inet_pton.c index 7e06e0e82..02f60d14a 100644 --- a/Source/inet_pton.c +++ b/Source/inet_pton.c @@ -19,12 +19,11 @@ #include "config.h" +#include "GNUstepBase/GSConfig.h" + #include #include #include -#ifdef HAVE_STDINT_H -#include -#endif #include #include "GSNetwork.h"