diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2005-04-25 03:03:10 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@gmail.com> | 2005-04-25 03:03:10 +0000 |
commit | 576caad33e2db8f6950a33848e05cf3d42e2d918 (patch) | |
tree | 0c115d8c53a3c9bea9c04e2b0fd7c909eb907135 /src | |
parent | cbc8d7596a9939dcbaa2a1a2aaa65d7fc9d70127 (diff) | |
download | external_mesa3d-576caad33e2db8f6950a33848e05cf3d42e2d918.zip external_mesa3d-576caad33e2db8f6950a33848e05cf3d42e2d918.tar.gz external_mesa3d-576caad33e2db8f6950a33848e05cf3d42e2d918.tar.bz2 |
Minor changes to make linux-solo build again
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/common/mmio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/mmio.h b/src/mesa/drivers/dri/common/mmio.h index d9fa3de..2b7b412 100644 --- a/src/mesa/drivers/dri/common/mmio.h +++ b/src/mesa/drivers/dri/common/mmio.h @@ -33,6 +33,8 @@ #ifndef MMIO_H #define MMIO_H +#include "glheader.h" + #if defined( __powerpc__ ) static __inline__ u_int32_t |