diff --git a/src/kernel/core/int.c b/src/kernel/core/int.c index ccf6d9a426..8094233d3b 100644 --- a/src/kernel/core/int.c +++ b/src/kernel/core/int.c @@ -2,6 +2,7 @@ ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. */ + #include #include #include @@ -143,4 +144,5 @@ int int_io_interrupt_handler(int vector) release_spinlock(&io_vectors[vector].vector_lock); return ret; -} \ No newline at end of file +} +