summaryrefslogtreecommitdiff
path: root/net-mgmt/nagcon/files/patch-utils.cpp
blob: d4be5394379a1c656e07161b1d1bdae7c4cc03a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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"
 }