From: Brian Date: Mon, 25 Aug 2008 17:29:39 +0000 (-0600) Subject: gallium: include on linux to get sched_yield() proto X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd06d01b80fd9b2924682686e943d819bfcf027b;p=mesa.git gallium: include on linux to get sched_yield() proto --- diff --git a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c b/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c index 8ae052e8750..410d336fefc 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c +++ b/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c @@ -38,6 +38,7 @@ #if defined(PIPE_OS_LINUX) #include +#include #endif #include "pipe/p_compiler.h"