aboutsummaryrefslogtreecommitdiffstats
path: root/community/lbreakouthd/0001-fix-undeclared-uint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lbreakouthd/0001-fix-undeclared-uint.patch')
-rw-r--r--community/lbreakouthd/0001-fix-undeclared-uint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/lbreakouthd/0001-fix-undeclared-uint.patch b/community/lbreakouthd/0001-fix-undeclared-uint.patch
new file mode 100644
index 00000000000..4e231bd1526
--- /dev/null
+++ b/community/lbreakouthd/0001-fix-undeclared-uint.patch
@@ -0,0 +1,10 @@
+--- a/src/tools.h 2021-06-01 21:37:47.088154398 +0200
++++ b/src/tools.h 2021-06-01 21:38:22.696329395 +0200
+@@ -17,6 +17,7 @@
+
+ using namespace std;
+
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>