diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 15:54:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 15:54:05 +0000 |
commit | 886b2fb87c7e7066c918b38a9b3b122505a910a1 (patch) | |
tree | 5b468643af05dec2cdc4ea2c1ebb103f8ec3e6d1 /pfinet | |
parent | 2980b2ebace4e5d56c4730e5e20390f1119f1b84 (diff) |
Formerly sched.c.~5~
Diffstat (limited to 'pfinet')
-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 e48758c9..e4aeadcb 100644 --- a/pfinet/sched.c +++ b/pfinet/sched.c @@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include <asm/system.h> +#include <linux/sched.h> struct mutex global_interrupt_lock = MUTEX_INITIALIZER; |