diff options
Diffstat (limited to 'src/i830_memory.c')
-rw-r--r-- | src/i830_memory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c index 84de2c3e..68626227 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -54,8 +54,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "config.h" #endif +#include <string.h> + #include "xf86.h" -#include "xf86_ansic.h" #include "xf86_OSproc.h" #include "i830.h" |