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 */