commit 5964503e6388e18a79167dbd4d7310b49371a75e from: Omar Polo date: Wed Jul 10 15:42:29 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 - da537c82d1e59fc8027986c49f270e07db48672c commit + 5964503e6388e18a79167dbd4d7310b49371a75e blob - 98685b4512af8950e460cb50e8dceb741a560e76 blob + c60c307cf7d7ffab5b2f2eeb041cc4680b919e6c --- lib/dial.c +++ lib/dial.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include