Skip to content
Snippets Groups Projects
Commit 6a30c394 authored by Bob Lantz's avatar Bob Lantz
Browse files

Changed to include linux/sched.c for compiling on debian-stable.

parent 93519c04
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
*/
#include <stdio.h>
#include <sched.h>
#include <linux/sched.h>
#include <unistd.h>
int main(int argc, char *argv[])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment