diff options
Diffstat (limited to 'src/port/inet_aton.c')
| -rw-r--r-- | src/port/inet_aton.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/port/inet_aton.c b/src/port/inet_aton.c index c7f409ae43..c55ac4fa51 100644 --- a/src/port/inet_aton.c +++ b/src/port/inet_aton.c @@ -1,4 +1,4 @@ -/* $Id: inet_aton.c,v 1.1 2002/07/18 04:13:59 momjian Exp $ +/* $Id: inet_aton.c,v 1.2 2002/09/02 02:47:07 momjian Exp $ * * This inet_aton() function was taken from the GNU C library and * incorporated into Postgres for those systems which do not have this @@ -44,7 +44,6 @@ #include "c.h" -#include <sys/types.h> #include <netinet/in.h> #include <ctype.h> |
