summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2020-10-05 07:41:46 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:24 -0400
commit7d1546ece5e3678a8b8eb196c81c3f4972c51f0a (patch)
treee0e6900959791ebe4d460c4823f4a16ec28baa5e /iseq.c
parenta3e58f4df827f36681e4fdebfef8e05a6ceb5c10 (diff)
Try to fix Windows build
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index 19fd8fcb18..19ac0e0d43 100644
--- a/iseq.c
+++ b/iseq.c
@@ -42,7 +42,6 @@
#include "builtin.h"
#include "insns.inc"
#include "insns_info.inc"
-#include <sys/mman.h>
VALUE rb_cISeq;
static VALUE iseqw_new(const rb_iseq_t *iseq);