Module Name: xsrc
Committed By: christos
Date: Tue May 24 19:35:28 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-newport/dist/src: newport_driver.c
Log Message:
add unistd for close.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c
diff -u xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c:1.8 xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c:1.9
--- xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c:1.8 Thu Dec 16 23:19:50 2010
+++ xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c Tue May 24 15:35:28 2011
@@ -64,6 +64,7 @@
#include <string.h>
#include <stdio.h>
+#include <unistd.h>
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) > 6
#define xf86LoaderReqSymLists(...) do {} while (0)