Blame SOURCES/glibc-rh677316-res_state.patch

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