瀏覽代碼

errno.h now required in order to compile.

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
eff1cd867b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/core/buffer.c

+ 1
- 0
src/core/buffer.c 查看文件

@@ -93,6 +93,7 @@
93 93
 #include "stddef.h"
94 94
 #include "string.h"
95 95
 #include "io.h"
96
+#include "errno.h"
96 97
 #include "buffer.h"
97 98
 
98 99
 /**

Loading…
取消
儲存