Kaynağa Gözat

errno.h now required in order to compile.

tags/v0.9.3
Michael Brown 20 yıl önce
ebeveyn
işleme
eff1cd867b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/core/buffer.c

+ 1
- 0
src/core/buffer.c Dosyayı Görüntüle

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…
İptal
Kaydet