boomerang: include stdint.h for int8_t
This commit is contained in:
11
srcpkgs/boomerang/patches/include-stdint.patch
Normal file
11
srcpkgs/boomerang/patches/include-stdint.patch
Normal file
@@ -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 <stdint.h>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user