summarylogtreecommitdiffstats
path: root/jasper-1.900.1-fix-filename-buffer-overflow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jasper-1.900.1-fix-filename-buffer-overflow.patch')
-rw-r--r--jasper-1.900.1-fix-filename-buffer-overflow.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/jasper-1.900.1-fix-filename-buffer-overflow.patch b/jasper-1.900.1-fix-filename-buffer-overflow.patch
index eba6cbe49a8b..e95ed9cf23ba 100644
--- a/jasper-1.900.1-fix-filename-buffer-overflow.patch
+++ b/jasper-1.900.1-fix-filename-buffer-overflow.patch
@@ -10,7 +10,7 @@ Bug-Debian: http://bugs.debian.org/645118
#include <stdio.h>
+#include <limits.h>
- #if defined(HAVE_FCNTL_H)
+ #if defined(JAS_HAVE_FCNTL_H)
#include <fcntl.h>
#endif
@@ -99,6 +100,12 @@ extern "C" {