mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
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:
@@ -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) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user