commit a5aca095b9115be7ad89415bcf0117e38202dfb8 from: Omar Polo via: Thomas Adam date: Fri Jul 12 06:00:18 2024 UTC dial.c: include sha2.h too Soon got_lib_hash.h will require sha2.h included, the rest of the tree il ready except dial.c commit - 823afafb42571046f38fbcb8597f229c777949d8 commit + a5aca095b9115be7ad89415bcf0117e38202dfb8 blob - 7ca218c2929d81c6f590bfc9413c5fece7a4260f blob + d6e8be50a68b0321fc8b087b1721cebb78fbe76b --- lib/dial.c +++ lib/dial.c @@ -26,6 +26,8 @@ #include #include #include +#include +#include #include #include #include