зеркало из https://github.com/github/ruby.git
#include <> for system headers
This commit is contained in:
Родитель
c9eb8f82e9
Коммит
314b50d7c0
2
io.c
2
io.c
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
#include "unix.h"
|
||||
#include <unix.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "vm_core.h"
|
||||
#include "iseq.h"
|
||||
#ifdef HAVE_UCONTEXT_H
|
||||
#include "ucontext.h"
|
||||
#include <ucontext.h>
|
||||
#endif
|
||||
|
||||
/* see vm_insnhelper.h for the values */
|
||||
|
|
Загрузка…
Ссылка в новой задаче