X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Finclude%2Flibpq%2Fpqcomm.h;h=0f90ecdc67d4897683068cff83497bc5f05a6639;hb=9e1552607a9dc6bc23e43d46770a9063ade4f3f0;hp=b952891411b2046ff3af4936835afdea5c7e5b74;hpb=6cf8707b828b14b5c2336076ce358b18b67829d6;p=pg-rex%2Fsyncrep.git diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index b952891411..0f90ecdc67 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.54 2001/02/10 02:31:28 tgl Exp $ + * $Id: pqcomm.h,v 1.55 2001/03/22 04:00:48 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,22 +18,23 @@ #include #ifdef WIN32 -# include -#else /* not WIN32 */ -# include -# ifdef HAVE_SYS_UN_H -# include -# endif -# include -#endif /* not WIN32 */ +#include +#else /* not WIN32 */ +#include +#ifdef HAVE_SYS_UN_H +#include +#endif +#include +#endif /* not WIN32 */ #ifndef HAVE_STRUCT_SOCKADDR_UN struct sockaddr_un { short int sun_family; /* AF_UNIX */ - char sun_path[108]; /* path name (gag) */ + char sun_path[108]; /* path name (gag) */ }; + #endif /* Define a generic socket address type. */