Browse Source

errno.h now required in order to compile.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
eff1cd867b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/core/buffer.c

+ 1
- 0
src/core/buffer.c View File

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

Loading…
Cancel
Save