From 6bb4e4faf90a2dabbbe8523306cfb3f303439cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 18 Jan 2021 07:32:41 +0700 Subject: [PATCH] boomerang: include stdint.h for int8_t --- srcpkgs/boomerang/patches/include-stdint.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/boomerang/patches/include-stdint.patch diff --git a/srcpkgs/boomerang/patches/include-stdint.patch b/srcpkgs/boomerang/patches/include-stdint.patch new file mode 100644 index 00000000000..025d00c5dea --- /dev/null +++ b/srcpkgs/boomerang/patches/include-stdint.patch @@ -0,0 +1,11 @@ +--- src/boomerang-plugins/codegen/c/ControlFlowAnalyzer.h ++++ src/boomerang-plugins/codegen/c/ControlFlowAnalyzer.h +@@ -9,7 +9,7 @@ + #pragma endregion License + #pragma once + +- ++#include + #include + #include +