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 /codec/j2k_dump.c | |
| parent | 2b7f6f82bece95a79adeffa1c731fdf6383e60cf (diff) | |
minor changes in header inclusions
Diffstat (limited to 'codec/j2k_dump.c')
| -rw-r--r-- | codec/j2k_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/j2k_dump.c b/codec/j2k_dump.c index 8b567c55..20b65d73 100644 --- a/codec/j2k_dump.c +++ b/codec/j2k_dump.c @@ -1,4 +1,3 @@ -#include <opj_config.h> /* * Copyright (c) 20010, Mathieu Malaterre, GDCM * All rights reserved. @@ -30,6 +29,7 @@ #include <stdlib.h> #include <math.h> +#include "../opj_config.h" #include "openjpeg.h" #include "../libopenjpeg/j2k.h" #include "../libopenjpeg/jp2.h" |
