1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Put back #include <sys/time.h> in files that seem to need it on Linux.

This commit is contained in:
Tom Lane
2004-05-21 16:08:47 +00:00
parent ff0b706b13
commit e6319d1d28
3 changed files with 6 additions and 3 deletions

View File

@ -13,12 +13,13 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.275 2004/05/08 19:09:24 tgl Exp $
* $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.276 2004/05/21 16:08:46 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <sys/time.h>
#include <unistd.h>
#include "access/clog.h"