mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
12 lines
342 B
Diff
12 lines
342 B
Diff
diff --git a/libraries/lib-ipc/IPCChannel.h b/libraries/lib-ipc/IPCChannel.h
|
|
index bfc72d5..9053268 100644
|
|
--- a/libraries/lib-ipc/IPCChannel.h
|
|
+++ b/libraries/lib-ipc/IPCChannel.h
|
|
@@ -13,6 +13,7 @@
|
|
#pragma once
|
|
|
|
#include <cstddef>
|
|
+#include <sys/select.h>
|
|
|
|
/**
|
|
* \brief Interface for sending data from client to server or vice versa,
|