]> granicus.if.org Git - postgresql/commitdiff
Probably need sys/time.h here too to be safe.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 May 2004 16:22:38 +0000 (16:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 May 2004 16:22:38 +0000 (16:22 +0000)
src/include/commands/vacuum.h

index a39e90a4a149ecb42e2279ad83800dd70e4875f6..1a3f759840b89eece298526b89eac65928f85cee 100644 (file)
@@ -7,13 +7,15 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.52 2004/05/21 05:08:04 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.53 2004/05/21 16:22:38 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef VACUUM_H
 #define VACUUM_H
 
+#include <sys/time.h>
+
 #ifdef HAVE_GETRUSAGE
 #include <sys/resource.h>
 #else