浏览代码

Added missing declaration.

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

+ 2
- 0
src/include/gpxe/ebuffer.h 查看文件

@@ -8,6 +8,8 @@
8 8
  *
9 9
  */
10 10
 
11
+struct buffer;
12
+
11 13
 extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
12 14
 
13 15
 #endif /* _GPXE_EBUFFER_H */

正在加载...
取消
保存