summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-09 23:10:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-09 23:10:06 +0900
commit314b50d7c05e946e4e9bbc5fdb38ecb67180c139 (patch)
tree7589e3e9137c08b9386e18189601092f37f8b088 /vm_dump.c
parentc9eb8f82e9febeb634a23bec6aeea915eb25fe26 (diff)
#include <> for system headers
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c2
1 files changed, 1 insertions, 1 deletions
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 <ucontext.h>
#endif
/* see vm_insnhelper.h for the values */