X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=include%2Ferrno.h;h=287f7b5c13334a88f80a0372c232ee18a73ec375;hb=4bb2b3ca71ced2f1f72184ca94d4c11c78daa753;hp=dd42ca6c93ff63d33f7a1267e58db44b7c975df9;hpb=b6c47e8d8d31d487332e529437462f6ae957201d;p=mingw%2Fmingw-org-wsl.git diff --git a/include/errno.h b/include/errno.h index dd42ca6..287f7b5 100644 --- a/include/errno.h +++ b/include/errno.h @@ -24,14 +24,12 @@ #ifndef _ERRNO_H_ #define _ERRNO_H_ #pragma GCC system_header +#include <_mingw.h> /* * Error numbers and access to error reporting. */ -/* All the headers include this file. */ -#include <_mingw.h> - /* * Error numbers. * TODO: Can't be sure of some of these assignments, I guessed from the