freebsd-ports/benchmarks/postal/files/patch-bhm.cpp
Rong-En Fan dfdc908706 - Update to 0.65
- Pass maintainership to submitter

PR:		ports/108840
Submitted by:	Martin Matuska <martin at matuska.org>
2007-02-06 17:06:07 +00:00

12 lines
267 B
C++

--- bhm.cpp.orig Tue Feb 6 16:04:04 2007
+++ bhm.cpp Tue Feb 6 16:05:12 2007
@@ -13,7 +13,9 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
+#ifndef __FreeBSD__
#include <netinet/ip.h>
+#endif
#include "postal.h"
#include "logit.h"