Преглед изворни кода

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 <stdio.h>
 #include <stdlib.h>
 #include "internal.h"