summaryrefslogtreecommitdiff
path: root/src/lib/openjp2
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-04-28 07:44:39 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-04-28 07:44:39 +0000
commitde04302c15d0776b0e2b4a7af1eac566df15244a (patch)
treece441014e0ecad5baacf58308aeb0aac277956bb /src/lib/openjp2
parent997758f91cfc2620ce23dba009ddb38fe4ff2257 (diff)
[trunk] Missing endianess setting
Fixes issue 337
Diffstat (limited to 'src/lib/openjp2')
-rw-r--r--src/lib/openjp2/cio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/cio.h b/src/lib/openjp2/cio.h
index 729d073a..6dfa5bb8 100644
--- a/src/lib/openjp2/cio.h
+++ b/src/lib/openjp2/cio.h
@@ -49,7 +49,7 @@ The functions in CIO.C have for goal to realize a byte input / output process.
/** @defgroup CIO CIO - byte input-output stream */
/*@{*/
-#include "opj_config.h"
+#include "opj_config_private.h"
/* ----------------------------------------------------------------------- */