1#ifndef WCHAR_H
 2#define WCHAR_H
 3
 4#ifdef __wasilibc_unmodified_upstream /* WASI doesn't need to define FILE as a complete type */
 5#define __DEFINED_struct__IO_FILE
 6#endif
 7
 8#include "../../include/wchar.h"
 9
10#endif
11