瀏覽代碼

Include string.h, because we need to define copy_{to,from}_phys

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
b94def2088
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/arch/i386/include/virtaddr.h

+ 1
- 0
src/arch/i386/include/virtaddr.h 查看文件

@@ -15,6 +15,7 @@
15 15
 #ifndef ASSEMBLY
16 16
 
17 17
 #include "stdint.h"
18
+#include "string.h"
18 19
 
19 20
 #ifndef KEEP_IT_REAL
20 21
 

Loading…
取消
儲存