12 lines
252 B
Text
12 lines
252 B
Text
|
Index: common/miscutil/network.c
|
||
|
--- common/miscutil/network.c.orig
|
||
|
+++ common/miscutil/network.c
|
||
|
@@ -29,6 +29,7 @@
|
||
|
#include "config.h"
|
||
|
#endif /* HAVE_CONFIG_H */
|
||
|
|
||
|
+#include <sys/socket.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#if STDC_HEADERS
|