mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
gallium/st + hgl: Build fixes for Haiku
* No impact risk to any other platforms * Tracing printf needs stdio.h now due to child header change * Add missing #/src include directory for util/macros.h
This commit is contained in:
parent
d247615e0d
commit
915d808a56
3 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "GLView.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "pipe/p_format.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "util/u_format.h"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "GalliumContext.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "GLView.h"
|
||||
|
||||
#include "bitmap_wrapper.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Import('*')
|
|||
env = env.Clone()
|
||||
|
||||
env.Append(CPPPATH = [
|
||||
'#/src',
|
||||
'#/src/mapi',
|
||||
'#/src/mesa',
|
||||
'#/src/mesa/main',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue