mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Add #include <sys/time.h>.
This commit is contained in:
parent
2efb8e8070
commit
41298cf8a6
@ -12,7 +12,7 @@
|
|||||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: libpq-int.h,v 1.54 2002/08/18 01:35:40 momjian Exp $
|
* $Id: libpq-int.h,v 1.55 2002/08/18 03:47:08 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -20,8 +20,9 @@
|
|||||||
#ifndef LIBPQ_INT_H
|
#ifndef LIBPQ_INT_H
|
||||||
#define LIBPQ_INT_H
|
#define LIBPQ_INT_H
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#if defined(WIN32) && (!defined(ssize_t))
|
#if defined(WIN32) && (!defined(ssize_t))
|
||||||
typedef int ssize_t; /* ssize_t doesn't exist in VC (atleast not VC6) */
|
typedef int ssize_t; /* ssize_t doesn't exist in VC (atleast not VC6) */
|
||||||
|
Loading…
Reference in New Issue
Block a user