1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Add missing include

This commit is contained in:
Bruce Momjian 2004-03-18 04:04:36 +00:00
parent 00051c9b56
commit bfaa9a0ada

View File

@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
/* O_SYNC and O_FSYNC are the same */