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_STRING_H
|
||||
#define MRUBY_STRING_H
|
||||
|
||||
#include <mruby/common.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* String class
|
||||
|
||||
Reference in New Issue
Block a user