From 7fbf6df09ec66202e75f998cc0ee98b81561c758 Mon Sep 17 00:00:00 2001 From: Mickael Savinaud Date: Mon, 25 Mar 2013 13:36:26 +0000 Subject: [PATCH] [trunk] use opj_config_private.h into the opj_inttypes.h --- src/lib/openjp2/opj_inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openjp2/opj_inttypes.h b/src/lib/openjp2/opj_inttypes.h index f94f648b..61215137 100644 --- a/src/lib/openjp2/opj_inttypes.h +++ b/src/lib/openjp2/opj_inttypes.h @@ -26,7 +26,7 @@ #ifndef OPJ_INTTYPES_H #define OPJ_INTTYPES_H -#include "opj_config.h" +#include "opj_config_private.h" #ifdef OPJ_HAVE_INTTYPES_H #include #else