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