shithub: jbig2

Download patch

ref: 58e7c65dfc9ccce4f01a0e49d12d9d1c060a1192
parent: 3cfcf8802109d753769a91d51f22a5f4353fb6d4
author: Tor Andersson <tor.andersson@artifex.com>
date: Mon Apr 9 07:49:52 EDT 2018

jbig2dec: Make sure to include stdint.h in the generated config_types.h

The previous commit accidentally broke the autoconf build.

--- a/autogen.sh
+++ b/autogen.sh
@@ -143,7 +143,9 @@
    ifdef
 */
 
-#ifndef HAVE_STDINT_H
+#ifdef HAVE_STDINT_H
+#  include <stdint.h>
+#else
 #  ifdef JBIG2_REPLACE_STDINT_H
 #   include <@JBIG2_STDINT_H@>
 #  else