diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 19:50:05 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 19:50:05 +0000 |
commit | 0fc4dd3819af252c028ed43bbd668b4f34104e32 (patch) | |
tree | 72353fecbbc22efbfa49144290c4de66a901d950 /src/gallium/auxiliary/util | |
parent | f72de22439a2d08bb461af60839baf4fbb3e54df (diff) |
i965g: fixes to build after merge of master
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r-- | src/gallium/auxiliary/util/u_upload_mgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h index d414a1f2f62..e158bed9d04 100644 --- a/src/gallium/auxiliary/util/u_upload_mgr.h +++ b/src/gallium/auxiliary/util/u_upload_mgr.h @@ -32,7 +32,7 @@ #ifndef U_UPLOAD_MGR_H #define U_UPLOAD_MGR_H -#include "pipe/p_error.h" +#include "pipe/p_defines.h" struct pipe_screen; struct pipe_buffer; |