11 lines
205 B
Diff
11 lines
205 B
Diff
--- a/src/st-util/gdb-remote.c
|
|
+++ b/src/st-util/gdb-remote.c
|
|
@@ -13,7 +13,7 @@
|
|
#include <mingw.h>
|
|
#else
|
|
#include <unistd.h>
|
|
-#include <sys/poll.h>
|
|
+#include <poll.h>
|
|
#endif
|
|
|
|
#include "gdb-remote.h"
|