diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 18:22:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 18:22:41 +0000 |
commit | 0eb234f7dff04c929c3eeb2ae5799ccf62316941 (patch) | |
tree | 01e30e07aa99fa31e06f6c40c7d459bc118241cc /pfinet/asm | |
parent | 3802d4055be2171e1847d0ea0cc8e0eacc7e7eeb (diff) |
Formerly system.h.~4~
Diffstat (limited to 'pfinet/asm')
-rw-r--r-- | pfinet/asm/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/asm/system.h b/pfinet/asm/system.h index 28303f9e..4dfc74e7 100644 --- a/pfinet/asm/system.h +++ b/pfinet/asm/system.h @@ -2,6 +2,7 @@ #define _HACK_ASM_SYSTEM_H_ #include <cthreads.h> +#include <sys/types.h> /* This lock is held when "interrupts" are disabled. */ extern struct mutex global_interrupt_lock; |