summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/goo/glibc.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/goo/glibc.h')
-rw-r--r--Build/source/libs/poppler/poppler-src/goo/glibc.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/libs/poppler/poppler-src/goo/glibc.h b/Build/source/libs/poppler/poppler-src/goo/glibc.h
index 49479e9d2a6..8b372bcaa30 100644
--- a/Build/source/libs/poppler/poppler-src/goo/glibc.h
+++ b/Build/source/libs/poppler/poppler-src/goo/glibc.h
@@ -6,7 +6,7 @@
//
// This file is licensed under the GPLv2 or later
//
-// Copyright (C) 2016 Adrian Johnson <ajohnson@redneon.com>
+// Copyright (C) 2016, 2017 Adrian Johnson <ajohnson@redneon.com>
//
//========================================================================
@@ -31,7 +31,11 @@ struct tm *localtime_r(const time_t *timep, struct tm *result);
time_t timegm(struct tm *tm);
#endif
-};
+#ifndef HAVE_STRTOK_R
+char * strtok_r (char *s, const char *delim, char **save_ptr);
+#endif
+
+}
#endif // GLIBC_H