Skip to content
Snippets Groups Projects
Verified Commit dab147f8 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Change stdint include order so __need_ defines are set

parent 47bd5545
No related branches found
No related tags found
No related merge requests found
#ifndef _BITS_WCHAR_H
#define _BITS_WCHAR_H
#include <stdint.h>
#define WEOF (0xffffffffu)
#define WCHAR_MIN (0)
......@@ -11,4 +10,6 @@
#define __need_wint_t
#define __need_NULL
#include <stdint.h>
#endif /* _BITS_WCHAR_H */
#ifndef _BITS_WCTYPE_H
#define _BITS_WCTYPE_H
#include <stdint.h>
#define __need_wint_t
#include <stdint.h>
#endif /* _BITS_WCTYPE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment