diff options
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 1af9f53c..78150ce2 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" |