diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-06 21:27:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-06 21:27:24 +0000 |
commit | ed71807b026da7ed522dab83f1d43ef74cd7a0a4 (patch) | |
tree | f6ea064e8c9d9fc1747ab2388b739a9cca7eb01f /pfinet/sched.c | |
parent | 35cefcf6daf348bb95be40a6ba93ef6ee9051031 (diff) |
Formerly sched.c.~10~
Diffstat (limited to 'pfinet/sched.c')
-rw-r--r-- | pfinet/sched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/sched.c b/pfinet/sched.c index 1d0dfd5e..ecbffaf2 100644 --- a/pfinet/sched.c +++ b/pfinet/sched.c @@ -20,6 +20,7 @@ #include <asm/system.h> #include <linux/sched.h> +#include "pfinet.h" struct mutex global_lock = MUTEX_INITIALIZER; |