Skip to content

Commit

Permalink
Merge pull request #1370 from ii8/pollh
Browse files Browse the repository at this point in the history
Fixed include path for header file `poll.h`.
  • Loading branch information
Nightwalker-87 committed Feb 18, 2024
2 parents 20c4ae1 + a1fc8b7 commit 710e1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st-util/gdb-remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <win32_socket.h>
#else
#include <unistd.h>
#include <sys/poll.h>
#include <poll.h>
#endif

#include "gdb-remote.h"
Expand Down

0 comments on commit 710e1d3

Please sign in to comment.