mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Add include needed for new getrusage() call.
This commit is contained in:
parent
c7611f99d6
commit
7efbf6d7b6
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.514 2006/10/08 17:15:34 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.515 2006/10/08 17:45:50 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* this is the "main" module of the postgres backend and
|
||||
|
|
@ -27,6 +27,7 @@
|
|||
#include <sys/select.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
#ifdef HAVE_GETOPT_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue