Skip to content

Commit

Permalink
Merge pull request #1154 from BernardXiong/master
Browse files Browse the repository at this point in the history
[DeviceDrivers] fix type unknown issue in pipe
  • Loading branch information
BernardXiong authored Dec 31, 2017
2 parents 33e1d34 + 00c6e81 commit a2b0ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/drivers/src/pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*/
#include <rthw.h>
#include <rtdevice.h>
#include <stdint.h>

#if defined(RT_USING_POSIX)
#include <dfs_file.h>
Expand Down

0 comments on commit a2b0ec8

Please sign in to comment.