diff options
Diffstat (limited to 'net/keama/files/patch-keama.c')
-rw-r--r-- | net/keama/files/patch-keama.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/keama/files/patch-keama.c b/net/keama/files/patch-keama.c new file mode 100644 index 000000000000..4a3304f55a71 --- /dev/null +++ b/net/keama/files/patch-keama.c @@ -0,0 +1,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> |