1
0
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:
Raman Gopalan 2021-04-15 11:31:06 +05:30
parent f7c0c95f6e
commit f6c8789967

View File

@ -1,6 +1,8 @@
#ifndef __TYPE_H__
#define __TYPE_H__
#include <stdint.h>
#ifndef NULL
#define NULL ((void *)0)
#endif