Skip to content

Commit

Permalink
include <linux/sched.h> for SCHED_IDLE
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Jan 13, 2011
1 parent ba1d0f3 commit 3f57dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lua_binding.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define __USE_GNU
#endif
#include <sched.h>
#include <linux/sched.h>

#define UL_META "ulatency"
#define LUA_TABLE_INT(NAME) \
Expand Down

0 comments on commit 3f57dc8

Please sign in to comment.