12 lines
218 B
Diff
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>
|