diff options
Diffstat (limited to 'src/port/gethostname.c')
-rw-r--r-- | src/port/gethostname.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/port/gethostname.c b/src/port/gethostname.c index b8b471a91b4..a168bdd45bd 100644 --- a/src/port/gethostname.c +++ b/src/port/gethostname.c @@ -7,15 +7,13 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/gethostname.c,v 1.6 2004/12/31 22:03:53 pgsql Exp $ + * $PostgreSQL: pgsql/src/port/gethostname.c,v 1.7 2005/07/28 04:03:14 tgl Exp $ * *------------------------------------------------------------------------- */ #include "c.h" -#include <string.h> - #include <sys/utsname.h> int |