diff options
author | Michal Krol <[email protected]> | 2009-09-24 10:55:37 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-24 10:55:37 +0200 |
commit | e8e3fe15e1b0f75c43e197f8875a7fae1468f584 (patch) | |
tree | 24c3e928017de47c0f69fc08a3d8e1b1be32fe7a /src/glsl/apps/purify.c | |
parent | db097a9a3ff532d37875b8cd911dda0515a60dcd (diff) |
glsl/apps: Include missing header, properly escape format strings.
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 435bdbe5145..53ba2530225 100644 --- a/src/glsl/apps/purify.c +++ b/src/glsl/apps/purify.c @@ -27,6 +27,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "../pp/sl_pp_public.h" |