Commit 0ef35fb4 authored by bourbaki0404's avatar bourbaki0404
Browse files

fix

No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -6,10 +6,10 @@
#include <assert.h>
#define stat xv6_stat // avoid clash with host struct stat
#include "kernel/types.h"
#include "kernel/fs.h"
#include "kernel/stat.h"
#include "kernel/param.h"
#include "kernel/include/types.h"
#include "kernel/include/fs.h"
#include "kernel/include/stat.h"
#include "kernel/include/param.h"
#ifndef static_assert
#define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment