ports/net-mgmt/nagcon/files/patch-br.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

10 lines
266 B
C++

--- br.cpp.orig Thu Feb 28 15:12:00 2008
+++ br.cpp Thu Feb 28 15:12:12 2008
@@ -28,6 +28,7 @@
#include <sys/mman.h>
#include <fcntl.h>
#include <syslog.h>
+#include <strfunc.h>
#include "br.h"
buffered_reader::buffered_reader(int cur_fd, int cur_block_size)