Skip to content

Commit

Permalink
Add sys/select.h include (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkamar authored Nov 7, 2024
1 parent fbabcc5 commit a065da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/nCine/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ static bool EnableVirtualTerminalProcessing(HANDLE consoleHandleOut)
}
#elif (defined(DEATH_TARGET_APPLE) || defined(DEATH_TARGET_UNIX)) && !defined(DEATH_TARGET_SWITCH)
# include <termios.h>
# include <sys/select.h>

static void CheckConsoleDarkMode()
{
Expand Down

0 comments on commit a065da5

Please sign in to comment.