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

Commit 748a15a

Browse files
committed
Probably need sys/time.h here too to be safe.
1 parent e6319d1 commit 748a15a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/commands/vacuum.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.52 2004/05/21 05:08:04 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.53 2004/05/21 16:22:38 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndef VACUUM_H
1515
#define VACUUM_H
1616

17+
#include <sys/time.h>
18+
1719
#ifdef HAVE_GETRUSAGE
1820
#include <sys/resource.h>
1921
#else

0 commit comments

Comments
 (0)