void-packages/srcpkgs/stlink/patches/05-musl.patch

12 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"