Skip to content

Commit 55afad6

Browse files
committed
packaging issue: thirdparty/apple/dnsinfo.h
Missing header reference in Makefile.inc prevents necessary header file from being packaged in official distribution. Fixes Issue: #763 Fix By: Brad House (@bradh352)
1 parent bf4c5fd commit 55afad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/Makefile.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,6 @@ HHEADERS = ares__buf.h \
109109
ares_str.h \
110110
ares_strsplit.h \
111111
ares_setup.h \
112-
setup_once.h
112+
setup_once.h \
113+
thirdparty/apple/dnsinfo.h
113114

0 commit comments

Comments
 (0)