Enable STDC_LIMIT_MACROS for jasper

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d58ece7928)
r14.0.x
Slávek Banko 7 years ago
parent 20f216c359
commit 01785369f4

@ -23,6 +23,12 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_STDINT_H)
#if !defined(__STDC_LIMIT_MACROS)
#define __STDC_LIMIT_MACROS
#endif
#include <stdint.h>
#endif
#include "ksquirrel-libs/fmt_types.h"
#include "ksquirrel-libs/fileio.h"

Loading…
Cancel
Save