mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
10 lines
254 B
C++
10 lines
254 B
C++
--- utils.cpp.orig 2011-06-01 07:30:26.000000000 -0400
|
|
+++ utils.cpp 2011-06-01 07:30:35.000000000 -0400
|
|
@@ -29,6 +29,7 @@
|
|
#include <netdb.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
extern "C" {
|
|
#include "error.h"
|
|
}
|