ports/net-mgmt/nagtail/files/patch-utils.cpp
Wesley Shields 1b4f975f98 NagTail is like tail(1), but for the nagios status.dat file.
PR:		ports/157495
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2011-06-04 19:02:16 +00:00

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