We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efb8e8 commit 41298cfCopy full SHA for 41298cf
src/interfaces/libpq/libpq-int.h
@@ -12,16 +12,17 @@
12
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $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 $
16
17
*-------------------------------------------------------------------------
18
*/
19
20
#ifndef LIBPQ_INT_H
21
#define LIBPQ_INT_H
22
23
-#include <sys/types.h>
24
#include <time.h>
+#include <sys/time.h>
25
+#include <sys/types.h>
26
27
#if defined(WIN32) && (!defined(ssize_t))
28
typedef int ssize_t; /* ssize_t doesn't exist in VC (atleast not VC6) */
0 commit comments