1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net-mgmt/nagircbot/files/patch-utils.cpp
Li-Wen Hsu 430a488d97 Add nagircbot 0.0.20, IRC bot for Nagios.
PR:		ports/112210
Submitted by:	Antoine Beaupre <anarcat AT koumbit.org>
2007-07-06 07:15:08 +00:00

11 lines
232 B
C++

--- utils.cpp.orig Mon Nov 27 06:21:58 2006
+++ utils.cpp Sat Apr 28 13:45:23 2007
@@ -29,6 +29,7 @@
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
extern "C" {
#include "error.h"
}