You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Fredrik Fornwall <fr...@fornwall.net> on 2014/05/31 19:23:04 UTC

[PATCH] Include termios.h in file-merge.c to fix android build

[[[
Include termios.h to get struct winsize declared when building with
the Android NDK.

* subversion/svn/file-merge.c: Include termios.h to fix Android build.
]]]

Re: [PATCH] Include termios.h in file-merge.c to fix android build

Posted by Stefan Fuhrmann <st...@wandisco.com>.
On Sat, May 31, 2014 at 7:23 PM, Fredrik Fornwall <fr...@fornwall.net>
wrote:

> [[[
> Include termios.h to get struct winsize declared when building with
> the Android NDK.
>
> * subversion/svn/file-merge.c: Include termios.h to fix Android build.
> ]]]
>

Thanks for the patch!

With a small modification to make it compile on Windows as well,
committed as r1599135.

-- Stefan^2.