mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
11 lines
233 B
C++
11 lines
233 B
C++
--- a/src/cares_wrap.h 2023-05-16 06:58:21 UTC
|
|
+++ b/src/cares_wrap.h
|
|
@@ -23,7 +23,7 @@
|
|
# include <netdb.h>
|
|
#endif // __POSIX__
|
|
|
|
-# include <ares_nameser.h>
|
|
+# include <arpa/nameser.h>
|
|
|
|
namespace node {
|
|
namespace cares_wrap {
|