1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/nepenthes/files/patch-modules__dnsresolve-adns__dnsresolve-adns.cpp
John Marino 6a49fa15fa Stage net/nepenthese and unbreak on FreeBSD 10+
PR:		193042
Submitted by:	Ports Fury
2014-08-30 20:50:54 +00:00

13 lines
306 B
C++

--- modules/dnsresolve-adns/dnsresolve-adns.cpp.orig
+++ modules/dnsresolve-adns/dnsresolve-adns.cpp
@@ -28,7 +28,8 @@
/* $Id: dnsresolve-adns.cpp 836 2007-02-06 15:16:50Z common $ */
#include <sys/poll.h>
-#include <errno.h>
+#include <cstdlib>
+#include <cerrno>
#include "dnsresolve-adns.hpp"