mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
10 lines
236 B
Diff
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>
|