Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41298cf

Browse files
committed
Add #include <sys/time.h>.
1 parent2efb8e8 commit41298cf

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/1801:35:40 momjian Exp $
15+
* $Id: libpq-int.h,v 1.55 2002/08/1803:47:08 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
1919

2020
#ifndefLIBPQ_INT_H
2121
#defineLIBPQ_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
typedefintssize_t;/* ssize_t doesn't exist in VC (atleast not VC6) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp