This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/685-refactor-manifest-format
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/685-refactor-manifest-format by this push:
new 297a4372a gh-685: Add missing sys/select.h include
297a4372a is described below
commit 297a4372a8417fb4cf7aff9ec6bf2acb5a0fc104
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Jul 26 19:55:04 2024 +0200
gh-685: Add missing sys/select.h include
---
bundles/shell/remote_shell/src/remote_shell.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/shell/remote_shell/src/remote_shell.c
b/bundles/shell/remote_shell/src/remote_shell.c
index 44bc96a09..e16ef2148 100644
--- a/bundles/shell/remote_shell/src/remote_shell.c
+++ b/bundles/shell/remote_shell/src/remote_shell.c
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
+#include <sys/select.h>
#include "celix_log_helper.h"
#include "celix_utils.h"