浏览代码

Don't include etherboot.h; we get a circular dependency

tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
7a4b45d3b0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/include/buffer.h

+ 2
- 1
src/include/buffer.h 查看文件

1
 #ifndef BUFFER_H
1
 #ifndef BUFFER_H
2
 #define BUFFER_H
2
 #define BUFFER_H
3
 
3
 
4
-#include "etherboot.h"
4
+#include "compiler.h"
5
+#include "stdint.h"
5
 
6
 
6
 /** @file
7
 /** @file
7
  *
8
  *

正在加载...
取消
保存