Bläddra i källkod

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

Michael Meeuwisse 9 år sedan
förälder
incheckning
6e694d6960
1 ändrade filer med 1 tillägg och 0 borttagningar
  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"