[poppler] poppler/Form.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Sep 24 21:57:41 UTC 2017


 poppler/Form.cc |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d3f12611b30e6421f05603a9838ed9131b1aa61e
Author: Bernd Kuhls <berndkuhls at hotmail.com>
Date:   Sun Sep 24 23:56:29 2017 +0200

    include ctype.h for isdigit
    
    Bug #102951

diff --git a/poppler/Form.cc b/poppler/Form.cc
index 83bceb20..62bba103 100644
--- a/poppler/Form.cc
+++ b/poppler/Form.cc
@@ -18,6 +18,7 @@
 // Copyright 2015 André Guerreiro <aguerreiro1985 at gmail.com>
 // Copyright 2015 André Esser <bepandre at hotmail.com>
 // Copyright 2017 Hans-Ulrich Jüttner <huj at froreich-bioscientia.de>
+// Copyright 2017 Bernd Kuhls <berndkuhls at hotmail.com>
 //
 //========================================================================
 
@@ -32,6 +33,7 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 #include "goo/gmem.h"
 #include "goo/GooString.h"
 #include "Error.h"


More information about the poppler mailing list