summaryrefslogtreecommitdiffstats
path: root/src/glx/SConscript
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-03-03 09:51:19 -0700
committerBrian Paul <[email protected]>2015-03-04 08:33:48 -0700
commit0339e7dbdab2ee3a4776e50461bc4697a23b57b6 (patch)
treef3044daf14b5ac0a6c8575c3819e99c16c86093c /src/glx/SConscript
parent6e836d2c8643dff127c0aef22dcabed763d7ea3e (diff)
glx: use ARRAY_SIZE from macros.h
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r--src/glx/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index 473c5ab6ac8..b91c0bdd758 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -11,6 +11,7 @@ env.Prepend(CPPPATH = [
'.', # the build/<platform>/glx/ directory
'#include',
'#include/GL/internal',
+ '#src/',
'#src/loader',
'#src/mesa',
'#src/mapi',