Add some system includes to silence warnings.

I suspect that the addition of sys/ioctl.h and fcntl.h may break the
build on non-Linux systems.
This commit is contained in:
Ian Romanick
2007-04-25 17:34:45 -07:00
parent c800c2529f
commit 0a8433b42a

View File

@@ -92,6 +92,13 @@
#include "dri.h"
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <fcntl.h>
#include <sys/ioctl.h>
void Volari_EnableAccelerator(ScrnInfoPtr pScrn) ;
/* Globals (yes, these ARE really required to be global) */