Merge pull request #1154 from BernardXiong/master

[DeviceDrivers] fix type unknown issue in pipe
This commit is contained in:
Bernard Xiong 2017-12-31 23:53:49 +08:00 committed by GitHub
commit a2b0ec84ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
*/
#include <rthw.h>
#include <rtdevice.h>
#include <stdint.h>
#if defined(RT_USING_POSIX)
#include <dfs_file.h>