diff options
author | Vinson Lee <[email protected]> | 2010-08-14 01:46:21 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-14 01:46:21 -0700 |
commit | 71a6dea0f56d4c90b5e07de85cbaac26055c9a63 (patch) | |
tree | 4a1081daec0c5774c3566173a44e20c234a69948 /src/glsl/apps/purify.c | |
parent | d75eac5db16d29351501737d91a4d97632a2ad36 (diff) |
glsl: Clean up header file inclusion.
Diffstat (limited to 'src/glsl/apps/purify.c')
-rw-r--r-- | src/glsl/apps/purify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/apps/purify.c b/src/glsl/apps/purify.c index 0f09b157efd..e3fca59ab45 100644 --- a/src/glsl/apps/purify.c +++ b/src/glsl/apps/purify.c @@ -30,6 +30,7 @@ #include <stdlib.h> #include <string.h> #include "../pp/sl_pp_public.h" +#include "../pp/sl_pp_purify.h" int |