include <fcntl.h> for musl

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
Andy Weidenbaum 2019-01-12 19:42:32 +13:00 committed by Ryusuke Konishi
parent a45ade6588
commit cbc316f941

View File

@ -41,6 +41,10 @@
#include <sys/types.h>
#endif /* HAVE_SYS_TYPES_H */
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif /* HAVE_FCNTL_H */
#if HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif /* HAVE_SYS_STAT_H */