Displaying 1 result from an estimated 1 matches for "_sched_h".
Did you mean:
sched_h
2011 Aug 30
0
[PATCH 2/2] include: [sched.h] misssing pid_t definition
...ned-off-by: maximilian attems <max at stro.at>
---
usr/include/sched.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/usr/include/sched.h b/usr/include/sched.h
index a1cc568..6874855 100644
--- a/usr/include/sched.h
+++ b/usr/include/sched.h
@@ -6,6 +6,7 @@
#define _SCHED_H
#include <klibc/extern.h>
+#include <sys/types.h>
/* linux/sched.h is unusable; put the declarations we need here... */
--
1.7.5.4