aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lbreakouthd/fix-undeclared-uint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lbreakouthd/fix-undeclared-uint.patch')
-rw-r--r--testing/lbreakouthd/fix-undeclared-uint.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/lbreakouthd/fix-undeclared-uint.patch b/testing/lbreakouthd/fix-undeclared-uint.patch
deleted file mode 100644
index 4e231bd1526..00000000000
--- a/testing/lbreakouthd/fix-undeclared-uint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>