blob: 4a3304f55a7134f2c53e994a6e3023e180a73bcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- keama/keama.c.orig 2022-09-28 14:39:15 UTC
+++ keama/keama.c
@@ -22,6 +22,7 @@
*/
#include <sys/errno.h>
+#include <sys/socket.h>
#include <arpa/inet.h>
#include <assert.h>
#include <fcntl.h>
|