mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
12 lines
252 B
C++
12 lines
252 B
C++
--- utils.cpp.orig 2017-12-27 12:07:16 UTC
|
|
+++ utils.cpp
|
|
@@ -10,6 +10,9 @@
|
|
#include <netdb.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
+#include <strfunc.h>
|
|
extern "C" {
|
|
#include "error.h"
|
|
}
|