poppler/Form.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d3f12611b30e6421f05603a9838ed9131b1aa61e
Author: Bernd Kuhls <[email protected]>
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 <[email protected]>
// Copyright 2015 André Esser <[email protected]>
// Copyright 2017 Hans-Ulrich Jüttner <[email protected]>
+// Copyright 2017 Bernd Kuhls <[email protected]>
//
//========================================================================
@@ -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"
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler