Skip to content

Commit

Permalink
Fix compilation of console.cpp under clang 16
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 26, 2023
1 parent 43caeb0 commit 604500b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/shared/utils/console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#else
#include <unistd.h>
#include <sys/ioctl.h>
#include <stdio.h>
#endif

#ifdef Q_OS_WIN
Expand Down

0 comments on commit 604500b

Please sign in to comment.