mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
6a49fa15fa
PR: 193042 Submitted by: Ports Fury
13 lines
306 B
C++
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"
|