Skip to content

Commit fdf3653

Browse files
committed
Link build fix with Windows and unistd
1 parent cc2e76c commit fdf3653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hal/Dev.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
#ifndef STFY_APP_PHY_HPP_
9494
#define STFY_APP_PHY_HPP_
9595

96-
#include <unistd.h>
9796
#include <iface/link.h>
9897
#include <fcntl.h>
9998

10099
#ifndef __link
100+
#include <unistd.h>
101101
#include "../sys/Aio.hpp"
102102
#else
103103
#undef fileno

0 commit comments

Comments
 (0)