Include opj_malloc.h to remove warnings about opj_calloc
This commit is contained in:
parent
e7b5723810
commit
8f8cc94383
|
@ -30,6 +30,7 @@
|
|||
*/
|
||||
|
||||
#include "opj_includes.h"
|
||||
#include "opj_malloc.h"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
*/
|
||||
|
||||
#include "opj_includes.h"
|
||||
#include "opj_malloc.h"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
*/
|
||||
|
||||
#include "opj_includes.h"
|
||||
#include "opj_malloc.h"
|
||||
|
||||
/*
|
||||
* Write faix box of ppix
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
*/
|
||||
|
||||
#include "opj_includes.h"
|
||||
|
||||
#include "opj_malloc.h"
|
||||
|
||||
|
||||
int opj_write_thix( int coff, opj_codestream_info_t cstr_info, opj_stream_private_t *cio,
|
||||
|
|
Loading…
Reference in New Issue