blob: 3dbd3e5b715ebd5bfd7f52a326d2552698ce3eb8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- keama/data.c.orig 2022-09-28 14:39:15 UTC
+++ keama/data.c
@@ -23,6 +23,7 @@
#include "data.h"
#include <sys/types.h>
+#include <sys/socket.h>
#include <arpa/inet.h>
#include <assert.h>
#include <stdlib.h>
|