diff options
author | Joakim Sindholt <[email protected]> | 2010-08-05 20:42:04 +0200 |
---|---|---|
committer | Joakim Sindholt <[email protected]> | 2010-08-05 20:42:04 +0200 |
commit | 0633c2e68312c292607d6af22d94d67d2d141600 (patch) | |
tree | 2b3b115bd9bf1926a6c8900357cb03d5f869256b | |
parent | a4be3b6b312496305de473b5af219a3afd84f6c6 (diff) |
targets/egl: fix build
-rw-r--r-- | src/gallium/targets/egl/st_GL.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl/st_GL.c b/src/gallium/targets/egl/st_GL.c index 676300b0cc1..17b7bf9d481 100644 --- a/src/gallium/targets/egl/st_GL.c +++ b/src/gallium/targets/egl/st_GL.c @@ -1,4 +1,5 @@ #include "state_tracker/st_gl_api.h" +#include "state_tracker/st_api.h" #if FEATURE_GL PUBLIC struct st_api * |