From 314b50d7c05e946e4e9bbc5fdb38ecb67180c139 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 9 Aug 2019 23:10:06 +0900 Subject: [PATCH] #include <> for system headers --- io.c | 2 +- vm_dump.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/io.c b/io.c index b35854c1a8..69dbc93cff 100644 --- a/io.c +++ b/io.c @@ -46,7 +46,7 @@ #endif #ifdef __QNXNTO__ -#include "unix.h" +#include #endif #include diff --git a/vm_dump.c b/vm_dump.c index 2099310f60..47e6776d8a 100644 --- a/vm_dump.c +++ b/vm_dump.c @@ -14,7 +14,7 @@ #include "vm_core.h" #include "iseq.h" #ifdef HAVE_UCONTEXT_H -#include "ucontext.h" +#include #endif /* see vm_insnhelper.h for the values */