Skip to content

Commit cc5e6fb

Browse files
committed
- Fixed linux build of notify-example
1 parent 029ced4 commit cc5e6fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Notify-Example.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
#include <conio.h>
1010
#else // Linux
1111
#include <termios.h>
12-
#include <time.h>
12+
#include <fcntl.h>
13+
#include <unistd.h>
14+
1315
auto _kbhit = []() -> int
1416
{
1517
struct termios oldt, newt;

0 commit comments

Comments
 (0)