You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
307 B
10 lines
307 B
--- tests/regression/client/client.c 2022-10-04 17:06:09.291000000 +0200 |
|
+++ tests/regression/client/client.c 2022-10-04 17:04:53.477000000 +0200 |
|
@@ -29,6 +29,7 @@ |
|
#include <sys/types.h> |
|
#include <sys/un.h> |
|
#include <unistd.h> |
|
+#include <sys/socket.h> |
|
|
|
#include <context.h> |
|
#include <privkey.h>
|
|
|