haiku/swrast: Add missing src include search path for missing util/macros.h
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Mon, 18 Aug 2014 19:47:24 +0000 (19:47 +0000)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Tue, 19 Aug 2014 14:03:05 +0000 (10:03 -0400)
Acked-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/haiku/swrast/SConscript

index aef7300..2c25f72 100644 (file)
@@ -3,6 +3,7 @@ Import('*')
 env = env.Clone()
 
 env.Append(CPPPATH = [
+    '#/src',
     '#/src/mapi',
     '#/src/mesa',
     '#/src/mesa/main',