Index: lib/libc/stdio/open_memstream.c =================================================================== --- lib/libc/stdio/open_memstream.c +++ lib/libc/stdio/open_memstream.c @@ -31,6 +31,9 @@ #include "namespace.h" #include #include +#ifdef DEBUG +#include +#endif #include #include #include Index: lib/libc/stdio/open_wmemstream.c =================================================================== --- lib/libc/stdio/open_wmemstream.c +++ lib/libc/stdio/open_wmemstream.c @@ -31,6 +31,9 @@ #include "namespace.h" #include #include +#ifdef DEBUG +#include +#endif #include #include #include