aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/shader/grammar/grammar_crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/shader/grammar/grammar_crt.h')
-rw-r--r--mesalib/src/mesa/shader/grammar/grammar_crt.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/mesalib/src/mesa/shader/grammar/grammar_crt.h b/mesalib/src/mesa/shader/grammar/grammar_crt.h
new file mode 100644
index 000000000..492711e96
--- /dev/null
+++ b/mesalib/src/mesa/shader/grammar/grammar_crt.h
@@ -0,0 +1,20 @@
+#ifndef GRAMMAR_CRT_H
+#define GRAMMAR_CRT_H
+
+
+#include <stdlib.h>
+#include <malloc.h>
+#include <string.h>
+
+
+typedef unsigned long grammar;
+typedef unsigned char byte;
+
+
+#define GRAMMAR_PORT_INCLUDE 1
+#include "grammar.h"
+#undef GRAMMAR_PORT_INCLUDE
+
+
+#endif
+