diff options
author | José Fonseca <[email protected]> | 2010-02-02 15:18:01 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-02 15:18:01 +0000 |
commit | 2aaca1df9df6980ec88180c8866c8987b31db91a (patch) | |
tree | a0f18292d98052d3ff3d77ed06cd8a6f5999cfdd /src/gallium/auxiliary/draw | |
parent | 38f6f23fcf37247fd709d1c612d08bfa9b124e69 (diff) |
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
Into os/os_thread.h and util/u_atomic.h respectively.
Diffstat (limited to 'src/gallium/auxiliary/draw')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_util.c b/src/gallium/auxiliary/draw/draw_pt_util.c index 17c3b8cec26..3236d38e6ab 100644 --- a/src/gallium/auxiliary/draw/draw_pt_util.c +++ b/src/gallium/auxiliary/draw/draw_pt_util.c @@ -33,6 +33,7 @@ #include "draw/draw_context.h" #include "draw/draw_private.h" #include "draw/draw_pt.h" +#include "util/u_debug.h" void draw_pt_split_prim(unsigned prim, unsigned *first, unsigned *incr) { |