mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 04:56:55 +02:00
12 lines
277 B
Diff
12 lines
277 B
Diff
diff --git a/tests/receive.c b/tests/receive.c
|
|
index f376cb4..c2a6137 100644
|
|
--- a/tests/receive.c
|
|
+++ b/tests/receive.c
|
|
@@ -31,6 +31,7 @@
|
|
#endif
|
|
#include <string.h>
|
|
#include <limits.h>
|
|
+#include <sys/select.h>
|
|
#include <errno.h>
|
|
#include <signal.h>
|
|
#include "librelp.h"
|