[libpng17] Fixed #include in filter_neon_intrinsics.c and ctype macros. The

ctype char checking macros take an unsigned char argument, not a signed char.
This commit is contained in:
John Bowler
2013-11-04 13:50:20 -06:00
committed by Glenn Randers-Pehrson
parent 264ba68afe
commit 9f2fbcf5d8
4 changed files with 11 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
* and license in png.h
*/
#include "pngpriv.h"
#include "../pngpriv.h"
/* This code requires -mfpu=neon on the command line: */
#if PNG_ARM_NEON_IMPLEMENTATION == 1 /* intrinsics code */