Skip to content

Commit

Permalink
gh-685: Add missing sys/select.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jul 26, 2024
1 parent 28ee4a1 commit 297a437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundles/shell/remote_shell/src/remote_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 297a437

Please sign in to comment.