gallium: include <sched.h> on linux to get sched_yield() proto

This commit is contained in:
Brian
2008-08-25 11:29:39 -06:00
parent 85813e36f2
commit fd06d01b80

View File

@@ -38,6 +38,7 @@
#if defined(PIPE_OS_LINUX)
#include <unistd.h>
#include <sched.h>
#endif
#include "pipe/p_compiler.h"