Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 41298cf

Browse files
committed
Add #include <sys/time.h>.
1 parent 2efb8e8 commit 41298cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/interfaces/libpq/libpq-int.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@
1212
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: libpq-int.h,v 1.54 2002/08/18 01:35:40 momjian Exp $
15+
* $Id: libpq-int.h,v 1.55 2002/08/18 03:47:08 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
1919

2020
#ifndef LIBPQ_INT_H
2121
#define LIBPQ_INT_H
2222

23-
#include <sys/types.h>
2423
#include <time.h>
24+
#include <sys/time.h>
25+
#include <sys/types.h>
2526

2627
#if defined(WIN32) && (!defined(ssize_t))
2728
typedef int ssize_t; /* ssize_t doesn't exist in VC (atleast not VC6) */

0 commit comments

Comments
 (0)