commit | 6d0d5a7f60135aed0804efe35877363d9e675c7f | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Thu Oct 03 14:18:23 2019 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Thu Oct 03 19:01:27 2019 +0000 |
tree | 5de79ce66ea717c88e8e220d14ccaac0b0aeb25b | |
parent | 369f6a5ea2a1a8d8721213e0db6e28bff8edd42b [diff] [blame] |
[canvaskit] Speculative fix for external wasm library See https://groups.google.com/forum/#!topic/skia-discuss/J2XT7XjmFtI Change-Id: I4daabc160e9f5b09d4233bcaf24661c8473c0d07 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/246080 Reviewed-by: Ben Wagner <bungeman@google.com>
diff --git a/tools/embed_resources.py b/tools/embed_resources.py index 5e8d0e4..675a9fe 100644 --- a/tools/embed_resources.py +++ b/tools/embed_resources.py
@@ -39,7 +39,8 @@ args = parser.parse_args() out = args.output.write; - out('#include "include/core/SkTypes.h"\n') + out('#include <stddef.h>\n') + out('#include <stdint.h>\n') # Write the resources. index = 0