void-packages/srcpkgs/stlink/patches/05-musl.patch
2020-06-08 11:29:39 +02:00

11 lines
206 B
Diff

--- src/st-util/gdb-remote.c.orig
+++ 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"