ports/net-mgmt/nagcon/files/patch-utils.cpp
Steve Wills 0c8d76fca7 net-mgmt/nagcon: update to 0.0.31
PR:		224650
Submitted by:	<rand@iteris.com> (maintainer under different email)
2018-01-12 14:47:22 +00:00

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"
}