8000 Add include needed for new getrusage() call. · postgrespro/postgres_cluster@7efbf6d · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 7efbf6d

Browse files
committed
Add include needed for new getrusage() call.
1 parent c7611f9 commit 7efbf6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/tcop/postgres.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.514 2006/10/08 17:15:34 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.515 2006/10/08 17:45:50 momjian Exp $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -27,6 +27,7 @@
2727
#include <sys/select.h>
2828
#endif
2929
#ifdef HAVE_SYS_RESOURCE_H
30+
#include <sys/time.h>
3031
#include <sys/resource.h>
3132
#endif
3233
#ifdef HAVE_GETOPT_H

0 commit comments

Comments
 (0)
0