summaryrefslogtreecommitdiff
path: root/localedef/include/stdio_ext.h
blob: c78280578fa4dfa0e209b29ba8bf16413eb5c9b2 (plain)
1
2
3
4
5
#ifdef HAVE_STDIO_EXT_H
#include_next <stdio_ext.h>
#else
#include <stdio.h>
#endif