summaryrefslogtreecommitdiff
path: root/package/busybox/patches/016-fix-musl-warning.patch
blob: 3f05e8726f852e541c4011bc8f2c2a5e3ad951a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur busybox-1.21.1.orig/include/libbb.h busybox-1.21.1/include/libbb.h
--- busybox-1.21.1.orig/include/libbb.h	2013-06-29 16:58:06.000000000 +0200
+++ busybox-1.21.1/include/libbb.h	2013-11-02 16:55:04.000000000 +0100
@@ -37,7 +37,7 @@
 #include <libgen.h> /* dirname,basename */
 #undef basename
 #define basename dont_use_basename
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <sys/socket.h>