diff options
author | Mark Kettenis <mark.kettenis@xs4all.nl> | 2008-01-31 21:02:48 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-02-05 11:06:18 -0800 |
commit | 25f4e1729a3447c6288b4acde99f733833661425 (patch) | |
tree | be9d027f39263aa56e09ac7cad5174ab63b16c76 | |
parent | 48eac1a03785c6a795193bb884b2c23dcd5b815b (diff) |
Bug #14246: Fix biuld on OpenBSD.
-rw-r--r-- | src/i830_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c index 43d2e0f2..eed2eca2 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -99,6 +99,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <assert.h> #include <string.h> #include <errno.h> +#include <sys/types.h> #include <sys/mman.h> #include "xf86.h" |