boomerang: include stdint.h for int8_t
This commit is contained in:
parent
aa58a914be
commit
6bb4e4faf9
1 changed files with 11 additions and 0 deletions
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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue