btl/sm: add missing #include <unistd.h>
Thanks Marco Atzeri for contributing the original patch
Этот коммит содержится в:
родитель
65a081ae6a
Коммит
15ed7ad9f5
@ -30,6 +30,9 @@
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#ifdef HAVE_FCNTL_H
|
#ifdef HAVE_FCNTL_H
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif /* HAVE_FCNTL_H */
|
#endif /* HAVE_FCNTL_H */
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user