glsl/pp: Include missing headers.
authorMichal Krol <michal@vmware.com>
Thu, 24 Sep 2009 08:56:46 +0000 (10:56 +0200)
committerMichal Krol <michal@vmware.com>
Thu, 24 Sep 2009 08:56:46 +0000 (10:56 +0200)
src/glsl/pp/sl_pp_context.c
src/glsl/pp/sl_pp_error.c
src/glsl/pp/sl_pp_expression.c
src/glsl/pp/sl_pp_extension.c
src/glsl/pp/sl_pp_if.c
src/glsl/pp/sl_pp_line.c
src/glsl/pp/sl_pp_pragma.c
src/glsl/pp/sl_pp_process.c
src/glsl/pp/sl_pp_token.c
src/glsl/pp/sl_pp_version.c

index fd205de5d32abe3a816899fbe5a87e20c19545d6..8ce189d955caaa65f70bbe22f8a3de4a75908017 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_public.h"
 #include "sl_pp_context.h"
 
index df9b191dfeb64ee366cc155fedd5629acec79f7b..a9eeff98ba59a58fd290b6c7a56821db2f1e3a75 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_process.h"
 #include "sl_pp_public.h"
 
index 3f6dfb5a6d3a4837df78dd73b5846fbb61a8e788..ec904787dd77dfedf90ad8b46a00235ce1337e11 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_expression.h"
 #include "sl_pp_public.h"
 
index 33193d03a8c5961249d42d66e84fedffef5c57c2..4148fd9a5a304664b26b703bedc2e11a5dfeda03 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_process.h"
 
 
index c8e958eab493721c4dfd4d13bddd628f56aa27c2..a0b3635dd5a4132bb7473c1cc0d9b875389107c4 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_expression.h"
 #include "sl_pp_process.h"
 
index 41ddaf6ba256d13f74cb8bf5e9c50f1fdae8dbe4..fc2dd89e68b4bd8b525333c28d3b9ae52a7b4788 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_public.h"
 #include "sl_pp_process.h"
 
index 03269b63db72d27824e870fc829467485ddca7bc..489eb17b8eb51d9db2aea007dd69425444454339 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_process.h"
 
 
index 67ed5888187d6095e8662094e8a8759d22ee48a1..4b783e40b4def68e1204e237ed612d29e11a7e64 100644 (file)
@@ -26,7 +26,9 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_process.h"
+#include "sl_pp_public.h"
 
 
 static void
index 99a32a6e6715b2290dfb2341a3d0176d3c19226e..f232dafc6828159a2d93a0195ec48abccef2efb5 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_context.h"
 #include "sl_pp_token.h"
 
index adf3017bf214ec235ed976ff29dfb03b1ad4d943..db06523749ca4c21ea6c4f4388814aaa82404261 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 #include "sl_pp_public.h"
 #include "sl_pp_context.h"