diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-11-15 11:08:03 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-11-15 11:08:03 +0000 |
| commit | 709068ef5bf76b13948be4dffa03cc513f2e4abd (patch) | |
| tree | 707f3bb19b6fecdee1b5cf090f3d4dc8d2e96c8f /libopenjpeg/openjpeg.c | |
| parent | 2b7f6f82bece95a79adeffa1c731fdf6383e60cf (diff) | |
minor changes in header inclusions
Diffstat (limited to 'libopenjpeg/openjpeg.c')
| -rw-r--r-- | libopenjpeg/openjpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/openjpeg.c b/libopenjpeg/openjpeg.c index 99866b8a..a7bcf136 100644 --- a/libopenjpeg/openjpeg.c +++ b/libopenjpeg/openjpeg.c @@ -1,4 +1,3 @@ -#include <opj_config.h> /* * Copyright (c) 2005, Hervé Drolon, FreeImage Team * All rights reserved. @@ -29,6 +28,7 @@ #include <windows.h> #endif /* WIN32 */ +#include "../opj_config.h" #include "opj_includes.h" /* ---------------------------------------------------------------------- */ |
