summaryrefslogtreecommitdiffstats
path: root/gfx/graphite2/src/gr_logging.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-14 18:26:08 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-14 18:26:08 +0000
commitf05391a69f38107ff3f70431032a5520741147d8 (patch)
tree9da01715e46543747134ff5a0a1e028b3aa0642d /gfx/graphite2/src/gr_logging.cpp
parenta89818f5c1cfefc3ae758ace18d8cbdbed90ac7d (diff)
downloadUXP-f05391a69f38107ff3f70431032a5520741147d8.tar
UXP-f05391a69f38107ff3f70431032a5520741147d8.tar.gz
UXP-f05391a69f38107ff3f70431032a5520741147d8.tar.lz
UXP-f05391a69f38107ff3f70431032a5520741147d8.tar.xz
UXP-f05391a69f38107ff3f70431032a5520741147d8.zip
Issue #80 - de-unify and fix up gfx/graphite2
With de-unified building we have to re-apply the fix-up for <cstdio>, and additionally the same for <cstring> to prevent the compiler picking the wrong versions of standard functions.
Diffstat (limited to 'gfx/graphite2/src/gr_logging.cpp')
-rw-r--r--gfx/graphite2/src/gr_logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/graphite2/src/gr_logging.cpp b/gfx/graphite2/src/gr_logging.cpp
index 3e453ba8e..a4afcc2a5 100644
--- a/gfx/graphite2/src/gr_logging.cpp
+++ b/gfx/graphite2/src/gr_logging.cpp
@@ -24,7 +24,7 @@ Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public
License, as published by the Free Software Foundation, either version 2
of the License or (at your option) any later version.
*/
-#include <cstdio>
+#include <stdio.h>
#include "graphite2/Log.h"
#include "inc/debug.h"