1- workaround for https://github.com/axel-download-accelerator/axel/issues/399 2 3--- src/axel.h.orig 2023-01-22 20:28:34 UTC 4+++ src/axel.h 5@@ -101,7 +101,7 @@ typedef struct { 6 } message_t; 7 8 typedef message_t url_t; 9-typedef message_t if_t; 10+typedef message_t if_t_; 11 12 #include "abuf.h" 13 #include "conf.h" 14 15