blob: b0497f4179c9525273eeed003e9e5f4d0943b1a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/shared/missing.h~ 2025-05-22 17:34:02.000000000 +0200
+++ b/src/shared/missing.h 2025-05-22 17:34:18.732828172 +0200
@@ -23,6 +23,7 @@
/* Missing glibc definitions to access certain kernel APIs */
+#include <sys/socket.h>
#include <sys/resource.h>
#include <sys/syscall.h>
#include <fcntl.h>
|