mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove stdlib.h from mruby.h. It is for portability (care for freestanding environments).
This is a first step. It will be reduced stdlib.h in each files later.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "mruby.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "mruby/string.h"
|
||||
#include "mruby/class.h"
|
||||
|
||||
Reference in New Issue
Block a user