xf86-video-intel: src/i830_memory.c

Eric Anholt anholt at kemper.freedesktop.org
Thu Jan 31 21:03:46 PST 2008


 src/i830_memory.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit cc1031a834b81aa6f835c282ad86deddabe229a0
Author: Mark Kettenis <mark.kettenis at xs4all.nl>
Date:   Thu Jan 31 21:02:48 2008 -0800

    Bug #14246: Fix biuld on OpenBSD.

diff --git a/src/i830_memory.c b/src/i830_memory.c
index 06c21ac..5dbafee 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"


More information about the xorg-commit mailing list