freebsd-ports/net-mgmt/nagcon/files/patch-utils.cpp
Emanuel Haupt 771f51dfde - Update to 0.0.26
- Add an additional mirror

PR:		121190
Submitted by:	"Douglas K. Rand" <rand@meridian-enviro.com> (maintainer)
2008-03-03 19:49:48 +00:00

12 lines
278 B
C++

--- utils.cpp.orig Thu Feb 28 14:48:39 2008
+++ utils.cpp Thu Feb 28 15:11:48 2008
@@ -29,6 +29,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"
}