glsl/pp: Include missing headers.
authorMichal Krol <michal@vmware.com>
Wed, 23 Sep 2009 07:40:24 +0000 (09:40 +0200)
committerMichal Krol <michal@vmware.com>
Wed, 23 Sep 2009 07:40:24 +0000 (09:40 +0200)
src/glsl/pp/sl_pp_error.c
src/glsl/pp/sl_pp_expression.c

index e591f4beef97e98331d47352eb22531f4a4ec656..df9b191dfeb64ee366cc155fedd5629acec79f7b 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <stdlib.h>
 #include "sl_pp_process.h"
+#include "sl_pp_public.h"
 
 
 void
index 5093ef6cc9d9b3a0014642f02c86ba44dfca5df8..3f6dfb5a6d3a4837df78dd73b5846fbb61a8e788 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <stdlib.h>
 #include "sl_pp_expression.h"
+#include "sl_pp_public.h"
 
 
 struct parse_context {