diff options
author | Michal Krol <[email protected]> | 2009-09-24 10:56:46 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-24 10:56:46 +0200 |
commit | 7a95a3c7c4ba49ec174681c36951e3c0672df06c (patch) | |
tree | 3f2ae892fe5e6e5b5e2aaae173a512d6072a45b3 /src/glsl/pp/sl_pp_process.c | |
parent | e1eed5670246e08119ed7e4afa5313e7717b8128 (diff) |
glsl/pp: Include missing headers.
Diffstat (limited to 'src/glsl/pp/sl_pp_process.c')
-rw-r--r-- | src/glsl/pp/sl_pp_process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_process.c b/src/glsl/pp/sl_pp_process.c index 67ed5888187..4b783e40b4d 100644 --- a/src/glsl/pp/sl_pp_process.c +++ b/src/glsl/pp/sl_pp_process.c @@ -26,7 +26,9 @@ **************************************************************************/ #include <stdlib.h> +#include <string.h> #include "sl_pp_process.h" +#include "sl_pp_public.h" static void |