Explorar el Código

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

Michael Meeuwisse hace 9 años
padre
commit
6e694d6960
Se han modificado 1 ficheros con 1 adiciones y 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"