51f0aa
This patch adds a <bits/types/res_state.h> header, to simplify
51f0aa
backporting.
51f0aa
51f0aa
diff --git a/include/bits/types/res_state.h b/include/bits/types/res_state.h
51f0aa
new file mode 100644
51f0aa
index 0000000000000000..568c768f444d0198
51f0aa
--- /dev/null
51f0aa
+++ b/include/bits/types/res_state.h
51f0aa
@@ -0,0 +1,2 @@
51f0aa
+#define __need_res_state
51f0aa
+#include <resolv.h>