summaryrefslogtreecommitdiff
path: root/src/bin/jp2/CMakeLists.txt
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-25 22:04:58 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-25 22:04:58 +0200
commit838dfb8058df62af44905e1fa3936d989844effc (patch)
tree3d101c369861a7faffe7e251cf221baefd45db17 /src/bin/jp2/CMakeLists.txt
parent4da7e9617fd28bee0b8c7509a00759ca9da6fb32 (diff)
Provide safer string copy than strncpy
As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff
Diffstat (limited to 'src/bin/jp2/CMakeLists.txt')
-rw-r--r--src/bin/jp2/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt
index 7e2476df..d583c2e6 100644
--- a/src/bin/jp2/CMakeLists.txt
+++ b/src/bin/jp2/CMakeLists.txt
@@ -11,6 +11,7 @@ set(common_SRCS
${OPENJPEG_SOURCE_DIR}/src/bin/common/color.h
${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c
${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.h
+ ${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_string.h
)
if(OPJ_HAVE_LIBTIFF)