xf86-video-ati: Branch 'master'

Michel Daenzer daenzer at kemper.freedesktop.org
Thu Jun 15 11:17:50 EEST 2006


 src/radeon.h |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree b7a3e4c9b33f72ae447f99c0c765f24fce988142 (from 556ddc9c41020271e92389a3900d097ec443c625)
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Thu Jun 15 09:45:12 2006 +0200

    Fix some implicit function declarations.

diff --git a/src/radeon.h b/src/radeon.h
index 1af9f53..78150ce 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -38,6 +38,9 @@
 #ifndef _RADEON_H_
 #define _RADEON_H_
 
+#include <stdlib.h>		/* For abs() */
+#include <unistd.h>		/* For usleep() */
+
 #include "xf86str.h"
 #include "compiler.h"
 #include "xf86fbman.h"



More information about the xorg-commit mailing list