immortalwrt/package/lean/ps3netsrv/patches/001-include.compat.h.patch
CN_SZTL 28c808e4af
Package Lean: Cleanup Makefile
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-30 19:06:57 +08:00

12 lines
218 B
Diff

--- a/include/compat.h
+++ b/include/compat.h
@@ -57,7 +57,7 @@ typedef int socklen_t;
#else
-#include <sys/errno.h>
+#include <errno.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>