4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 01:07:18 +08:00

utest:fixed compile err

This commit is contained in:
michael 2020-08-29 22:45:22 +08:00
parent 8f0be7cf0e
commit 4bf1535c42

View File

@ -12,6 +12,7 @@
#define __UTEST_H__
#include <rtthread.h>
#include <stdint.h>
#include "utest_log.h"
#include "utest_assert.h"