We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44e138 commit c9982caCopy full SHA for c9982ca
Head.h
@@ -3,6 +3,10 @@
3
4
#include "Data.h"
5
6
+#ifndef h_addr
7
+#define h_addr h_addr_list[0]
8
+#endif
9
+
10
void http_head_req(struct request *);
11
12
#endif
0 commit comments