summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_compiler.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-25 18:18:48 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-25 18:18:48 +0900
commitdacfef158943665fc0d11035867d14ff1f5db332 (patch)
tree2dbe3f3974aa0b4cd4a872190d44aef09e97ce81 /src/gallium/include/pipe/p_compiler.h
parent35460fc91cf5311a4cbaee3c577ad8a95ccab1a1 (diff)
gallium: New configuration header.
To abstract all those weird #ifdef (__???__) checks. It should typically be the first included header.
Diffstat (limited to 'src/gallium/include/pipe/p_compiler.h')
-rw-r--r--src/gallium/include/pipe/p_compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index 91f3d2ac2d..a4b772bc4f 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -29,6 +29,8 @@
#define P_COMPILER_H
+#include "p_config.h"
+
#include <stdlib.h>
#include <string.h>