diff options
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 54395a78..ac50f7dc 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -60,11 +60,13 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * DGA */ +#include <math.h> +#include <string.h> + /* * These are X and server generic header files. */ #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "xf86Resources.h" #include "xf86RAC.h" |