diff options
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r-- | src/glx/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript index 890f9983efd..309a648cc56 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/loader', '#src/mesa', '#src/mapi', '#src/mapi/glapi', |