freebsd-ports/benchmarks/postal/files/patch-bhm.cpp

13 lines
267 B
C++
Raw Normal View History

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