targets/haiku-softpipe: explicitly prefix sw/hgl header

Cc: Alexander von Gluck IV <kallisti5@unixzen.com>

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov
2014-08-28 22:22:21 +01:00
committed by Alexander von Gluck IV
parent f5fb9c556b
commit 76e5406e58
2 changed files with 2 additions and 2 deletions
@@ -26,8 +26,8 @@ extern "C" {
#include "state_tracker/st_gl_api.h"
#include "state_tracker/st_manager.h"
#include "state_tracker/sw_winsys.h"
#include "sw/hgl/hgl_sw_winsys.h"
#include "util/u_memory.h"
#include "hgl_sw_winsys.h"
#include "target-helpers/inline_sw_helper.h"
#include "target-helpers/inline_debug_helper.h"
@@ -26,7 +26,7 @@ env.Append(CPPPATH = [
'#/src/mesa',
'#/src/mesa/main',
'#/include/HaikuGL',
'#/src/gallium/winsys/sw/hgl',
'#/src/gallium/winsys',
'#/src/gallium/state_trackers/hgl',
'/boot/system/develop/headers/private',
])