aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-07-11 22:09:42 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-07-11 22:37:26 +0200
commitb782b01c290fbc4f67e0030cb534f8238383329f (patch)
treee06fc50f4daa7cc6e104a7a6af6a8bbf6b743925 /src/IO/http.c
parentd8fbeee466e6ce08d950fd694d5e58065d2fee97 (diff)
Report if IPv6 support is enabled with the -v flag
The IPv6 support is stored in the config.h header file, instead of being passed with the -D flag, so it is easier to read from version.cc.
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index d552664d..7050c7dd 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -15,7 +15,7 @@
*/
-#include <config.h>
+#include "config.h"
#include <ctype.h> /* isdigit */
#include <unistd.h>