[trunk] use opj_config_private.h into the opj_inttypes.h

This commit is contained in:
Mickael Savinaud 2013-03-25 13:36:26 +00:00
parent 68415d040f
commit 7fbf6df09e
1 changed files with 1 additions and 1 deletions

View File

@ -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 <inttypes.h>
#else