adafc0d9e7
- Mark BROKEN on 4.x PR: 96179 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
12 lines
282 B
C
12 lines
282 B
C
--- src/easysock.c.orig Fri Mar 17 01:35:39 2006
|
|
+++ src/easysock.c Sun Apr 9 20:50:42 2006
|
|
@@ -58,8 +58,8 @@
|
|
#include <sys/socket.h>
|
|
#include <sys/uio.h>
|
|
#include <sys/un.h>
|
|
-#include <arpa/inet.h>
|
|
#include <netinet/in.h>
|
|
+#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
#endif
|
|
|