(trunk libT) possibly make hudson-t happy on Linux

This commit is contained in:
Charles Kerr 2009-01-25 23:40:08 +00:00
parent 00125c9726
commit 3b7494efd2
1 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,12 @@
#include <sys/resource.h> /* getrlimit */
#endif
#include <unistd.h>
#include <fcntl.h> /* O_LARGEFILE */
#ifdef HAVE_POSIX_FADVISE
/* required for getting posix_fadvise() from fcntl.h */
#define _XOPEN_SOURCE 600
#endif
#include <fcntl.h> /* O_LARGEFILE; posix_fadvise() */
#include <event.h>
#include <evutil.h>