[trunk] fix bug with mj2 applications (credit to winfried)

This commit is contained in:
Mickael Savinaud
2011-11-09 14:47:44 +00:00
parent 5b35f5fb69
commit eb3cd22aa3
5 changed files with 5 additions and 2 deletions

View File

@@ -31,9 +31,9 @@
#include <string.h>
#include "openjpeg.h"
#include "cio.h"
#include "j2k.h"
#include "jp2.h"
#include "cio.h"
#include "mj2.h"
static int int_ceildiv(int a, int b) {