move and deduplicate declarations of __dns_parse to make it checkable
[musl] / src / network / dns_parse.c
index 0c7a601..e6ee19d 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>
+#include "lookup.h"
 
 int __dns_parse(const unsigned char *r, int rlen, int (*callback)(void *, int, const void *, int, const void *), void *ctx)
 {