diff options
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index b655280d..7062d0f5 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -64,10 +64,12 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "config.h" #endif +#include <math.h> +#include <string.h> + #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Resources.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" |