Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
@@ -1,7 +1,7 @@
Add missing <sys/select.h> include
This header is needed when types like fd_set are used. This fixes a
-build issue occuring on the musl C library.
+build issue occurring on the musl C library.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: better commit log.]