Browse Source

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

Michael Meeuwisse 9 years ago
parent
commit
6e694d6960
1 changed files with 1 additions and 0 deletions
  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"