diff options
author | Keith Whitwell <[email protected]> | 2010-06-07 17:53:43 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-06-07 17:53:43 +0100 |
commit | 149e709701e0b6ac2c0c820d89db6a3cd32c5f09 (patch) | |
tree | 477430f15bae0ec2fbc7f15231300f07a5d96032 /src/gallium/tests/graw/vp-test.c | |
parent | df2d5dd61d2ad5f13301352f1b076f9ef367cdb5 (diff) |
graw: remove references to unistd.h
Diffstat (limited to 'src/gallium/tests/graw/vp-test.c')
-rw-r--r-- | src/gallium/tests/graw/vp-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/vp-test.c b/src/gallium/tests/graw/vp-test.c index 83d1d941ed3..e68f9f439b4 100644 --- a/src/gallium/tests/graw/vp-test.c +++ b/src/gallium/tests/graw/vp-test.c @@ -8,7 +8,7 @@ #include "pipe/p_shader_tokens.h" #include "pipe/p_state.h" #include "pipe/p_defines.h" -#include <unistd.h> /* for sleep() */ + #include <stdio.h> /* for fread(), etc */ #include "util/u_debug.h" /* debug_dump_surface_bmp() */ |