diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/libpq/libpq-be.h | 5 | ||||
-rw-r--r-- | src/include/pg_config.h.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 45fc5bd76b3..b2a0ee9efbf 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -11,15 +11,16 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.45 2004/05/21 05:08:04 tgl Exp $ + * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.46 2004/06/24 18:55:20 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef LIBPQ_BE_H #define LIBPQ_BE_H +#ifdef HAVE_SYS_TIME_H #include <sys/time.h> - +#endif #ifdef USE_SSL #include <openssl/ssl.h> #include <openssl/err.h> diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 5d3351a006d..73af75eaab4 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -496,6 +496,9 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H |