mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
Mizar32: Fix compilation by including stdint
This commit is contained in:
parent
f7c0c95f6e
commit
f6c8789967
@ -1,6 +1,8 @@
|
||||
#ifndef __TYPE_H__
|
||||
#define __TYPE_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user