Unverified Commit 1eb4f5ac authored by Ben Greear's avatar Ben Greear Committed by Daniel Stenberg
Browse files

build: fix termios issue on android cross-compile

parent ddd31dc5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@

#include "memdebug.h" /* keep this as LAST include */

#ifdef HAVE_TERMIOS_H
#  include <termios.h>
#elif defined(HAVE_TERMIO_H)
#  include <termio.h>
#endif

/* 200 values generated by this perl code:

   my $pi = 3.1415;