diff options
Diffstat (limited to 'kern/work.c')
-rw-r--r-- | kern/work.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/work.c b/kern/work.c index 714af35c..738ab8b6 100644 --- a/kern/work.c +++ b/kern/work.c @@ -15,10 +15,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <assert.h> #include <stddef.h> #include <stdio.h> -#include <kern/assert.h> #include <kern/bitmap.h> #include <kern/error.h> #include <kern/init.h> |