Module Name: xsrc
Committed By: mrg
Date: Wed Jun 10 01:55:07 UTC 2009
Modified Files:
xsrc/external/mit/xf86-video-tdfx/dist/src: tdfx_priv.c
Log Message:
#include <sys/time.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-video-tdfx/dist/src/tdfx_priv.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-tdfx/dist/src/tdfx_priv.c
diff -u xsrc/external/mit/xf86-video-tdfx/dist/src/tdfx_priv.c:1.1.1.2 xsrc/external/mit/xf86-video-tdfx/dist/src/tdfx_priv.c:1.2
--- xsrc/external/mit/xf86-video-tdfx/dist/src/tdfx_priv.c:1.1.1.2 Wed Jun 10 00:48:46 2009
+++ xsrc/external/mit/xf86-video-tdfx/dist/src/tdfx_priv.c Wed Jun 10 01:55:06 2009
@@ -3,6 +3,8 @@
#include "config.h"
#endif
+#include <sys/time.h>
+
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86fbman.h"