Dave Airlie wrote:
> Module: Mesa
> Branch: master
> Commit: 3584a44270a7f3a04e187bd79b5373314514d383
> URL:    
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=3584a44270a7f3a04e187bd79b5373314514d383
> 
> Author: Dave Airlie <airl...@redhat.com>
> Date:   Thu Feb  4 10:52:43 2010 +1000
> 
> gallium: fix more missing includes from various places
> 
> nouveau/ dri st / vmware
> 
> ---
> 
>  src/gallium/drivers/nouveau/nouveau_screen.c       |    2 ++
>  src/gallium/drivers/nv04/nv04_context.h            |    1 +
>  src/gallium/state_trackers/dri/dri_drawable.c      |    1 +
>  src/gallium/state_trackers/dri/dri_screen.c        |    2 ++
>  src/gallium/state_trackers/xorg/xorg_tracker.h     |    2 ++
>  src/gallium/winsys/drm/vmware/core/vmw_buffer.h    |    2 +-
>  .../winsys/drm/vmware/core/vmw_screen_dri.c        |    1 +
>  src/gallium/winsys/drm/vmware/core/vmw_surface.h   |    2 +-
>  8 files changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c 
> b/src/gallium/drivers/nouveau/nouveau_screen.c
> index 1ad539d..156cb2d 100644
> --- a/src/gallium/drivers/nouveau/nouveau_screen.c
> +++ b/src/gallium/drivers/nouveau/nouveau_screen.c
> @@ -3,7 +3,9 @@
>  #include <pipe/p_state.h>
>  
>  #include <util/u_memory.h>
> +#include <util/u_inlines.h>

The usual convention for these gallium #includes is to use quotes, not 
angle brackets.

-Brian

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to