libotr: fix build
This commit is contained in:
parent
70cc1f6209
commit
3fe130fbb3
1 changed files with 10 additions and 0 deletions
10
srcpkgs/libotr/patches/missing-include.patch
Normal file
10
srcpkgs/libotr/patches/missing-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/tests/regression/client/client.c
|
||||
+++ b/tests/regression/client/client.c
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <syscall.h>
|
||||
#include <sys/epoll.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/un.h>
|
||||
#include <unistd.h>
|
Loading…
Add table
Reference in a new issue