Skip to content

Commit

Permalink
Added Android support
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRoebert authored Oct 25, 2021
1 parent 987e140 commit d66e253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/commonincludes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
#include <stdarg.h>
#include <math.h>

#if defined(ANDROID) || defined(__ANDROID__)
#if __has_include(<termios.h>)
#include <termios.h>
#else
#elif __has_include(<sys/termios.h>)
#include <sys/termios.h>
#endif

Expand Down

0 comments on commit d66e253

Please sign in to comment.