diff options
-rw-r--r-- | pfinet/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/sched.c b/pfinet/sched.c index ef76eafd..aadb6fbc 100644 --- a/pfinet/sched.c +++ b/pfinet/sched.c @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -#include <linux/system.h> +#include <asm/system.h> struct mutex global_interrupt_lock = MUTEX_INITIALIZER; |