Add needed include files
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#ifndef UCORE_UTILS_H_
|
#ifndef UCORE_UTILS_H_
|
||||||
#define UCORE_UTILS_H_
|
#define UCORE_UTILS_H_
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include "backtrace.h"
|
||||||
|
|
||||||
//Gnerate a compiler error if the compile time
|
//Gnerate a compiler error if the compile time
|
||||||
//constant expression fails
|
//constant expression fails
|
||||||
|
|||||||
Reference in New Issue
Block a user