[PATCH 5/9] add missing <unistd.h>, <sys/stat.h>, <fcntl.h> includes

Ben Gamari bgamari.foss at gmail.com
Sun Jun 14 00:36:34 PDT 2009


---
 hw/xfree86/os-support/linux/lnx_video.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/hw/xfree86/os-support/linux/lnx_video.c b/hw/xfree86/os-support/linux/lnx_video.c
index 73409df..9f6496a 100644
--- a/hw/xfree86/os-support/linux/lnx_video.c
+++ b/hw/xfree86/os-support/linux/lnx_video.c
@@ -27,6 +27,10 @@
 #include <xorg-config.h>
 #endif
 
+#include <unistd.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+
 #include <errno.h>
 #include <string.h>
 
-- 
1.6.3.1




More information about the xorg mailing list