ソースを参照

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

Michael Meeuwisse 9 年 前
コミット
6e694d6960
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/multibyte/wctob.c

+ 1 - 0
src/multibyte/wctob.c

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