ndk_patches: Include correct fcntl.h in stdio.h
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 18 May 2016 04:43:18 +0000 (00:43 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 18 May 2016 04:43:18 +0000 (00:43 -0400)
commit0475ed56650063f22c1b2cbad1d50c138d7ca1c6
treecb555019a2b7df56082494b03bfc6de9ac17c22b
parent48e3319bd276550caea11d714c4e63c7e086cea9
ndk_patches: Include correct fcntl.h in stdio.h

Include <asm/fcntl.h> and not <asm-generic/fcntl.h>. The first one
has arch-specific values before including the second one, which
checks with #ifdef before defining generic values.
ndk_patches/stdio.h.patch