mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
common.h are supposed to be included from other header, so call it with quotes; ref #3032
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#ifndef MRUBY_ARRAY_H
|
||||
#define MRUBY_ARRAY_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/*
|
||||
* Array class
|
||||
|
||||
Reference in New Issue
Block a user