1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/lpairs2/fix-undeclared-uint.patch
2021-06-04 00:18:02 +00:00

10 lines
236 B
Diff

--- 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>