Skip to content

Commit

Permalink
Fix broken build with NDK platforms < android-21
Browse files Browse the repository at this point in the history
Regression introduced by a09ba29

Fixes #103
  • Loading branch information
dcommander committed Sep 22, 2016
1 parent 4cf67f2 commit dfefba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,12 @@
1.5.2
=====

### Significant changes relative to 1.5.1:

1. Fixed a regression introduced by 1.5.1[7] that prevented libjpeg-turbo from
building with Android NDK platforms prior to android-21 (5.0).


1.5.1
=====

Expand Down
1 change: 1 addition & 0 deletions jmemmgr.c
Expand Up @@ -33,6 +33,7 @@
#include "jpeglib.h"
#include "jmemsys.h" /* import the system-dependent declarations */
#include <stdint.h>
#include <limits.h>

#ifndef NO_GETENV
#ifndef HAVE_STDLIB_H /* <stdlib.h> should declare getenv() */
Expand Down

0 comments on commit dfefba7

Please sign in to comment.