Explorar o código

explicitly include stdio.h to get EOF definition needed by wctob

Michael Meeuwisse %!s(int64=9) %!d(string=hai) anos
pai
achega
6e694d6960
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/multibyte/wctob.c

+ 1 - 0
src/multibyte/wctob.c

@@ -1,4 +1,5 @@
 #include <wchar.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include "internal.h"