mirror of https://github.com/RT-Thread/rt-thread
[libc] 修复keil编译不过的问题
This commit is contained in:
parent
f8a991d092
commit
b5c31a9878
|
@ -7,11 +7,8 @@
|
|||
* Date Author Notes
|
||||
* 2017/10/15 bernard the first version
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <rtthread.h>
|
||||
|
||||
#include "libc.h"
|
||||
|
||||
#ifdef RT_USING_PTHREADS
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* 2014-08-03 bernard Add file header.
|
||||
*/
|
||||
|
||||
#include "rtthread.h"
|
||||
#include <rtthread.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef RT_USING_HEAP
|
||||
|
||||
|
|
|
@ -7,11 +7,8 @@
|
|||
* Date Author Notes
|
||||
* 2017/10/15 bernard the first version
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <rtthread.h>
|
||||
|
||||
#include "libc.h"
|
||||
|
||||
#ifdef RT_USING_PTHREADS
|
||||
|
|
Loading…
Reference in New Issue