Browse Source

haiku: Add missing u_memory.h for FREE()

Acked-by: Brian Paul <brianp@vmware.com>
tags/10.3-branchpoint
Alexander von Gluck IV 11 years ago
parent
commit
d4225f803b

+ 1
- 0
src/gallium/targets/haiku-softpipe/GalliumContext.cpp View File

@@ -26,6 +26,7 @@ extern "C" {
#include "state_tracker/st_gl_api.h"
#include "state_tracker/st_manager.h"
#include "state_tracker/sw_winsys.h"
#include "util/u_memory.h"
#include "hgl_sw_winsys.h"

#include "target-helpers/inline_sw_helper.h"

+ 1
- 0
src/gallium/targets/haiku-softpipe/GalliumFramebuffer.cpp View File

@@ -16,6 +16,7 @@ extern "C" {
#include "main/renderbuffer.h"
#include "pipe/p_format.h"
#include "state_tracker/st_manager.h"
#include "util/u_memory.h"
}

#include "GalliumContext.h"

Loading…
Cancel
Save