Results 1 to 1 of 1
i write a simple program
#include<linux/sched.h>
int main()
{
return 0;
}
and when i compile it with
gcc test.c
i got a lots and lots of errors;
please help ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-31-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 3
problem in including linux/sched.h
i write a simple program
#include<linux/sched.h>
int main()
{
return 0;
}
and when i compile it with
gcc test.c
i got a lots and lots of errors;
please help me out;
i m using knoppix 5.0


Reply With Quote
