summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-12-13 11:02:15 -0800
committerEric Anholt <eric@anholt.net>2010-12-13 14:02:34 -0800
commitdf9f89154471ec162227ebce1681c5010f64e6e6 (patch)
tree08cd02226cf696e0771d699b1ef5cedac461bdc8 /src/mesa/drivers/dri/intel/intel_context.h
parentb363dd43d6f7f63bfe5261a46f8bdb2024f85db1 (diff)
intel: Include stdbool so we can stop using GLboolean when we want to.
This requires shuffling the driconf XML macros around, since they use true and false tokens expecting them to not get expanded to anything.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_context.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h
index 96493c0f2b..53a11ba9a7 100644
--- a/src/mesa/drivers/dri/intel/intel_context.h
+++ b/src/mesa/drivers/dri/intel/intel_context.h
@@ -29,7 +29,7 @@
#define INTELCONTEXT_INC
-
+#include <stdbool.h>
#include "main/mtypes.h"
#include "main/mm.h"
#include "dri_metaops.h"