Closed AnandPandey455 closed 4 months ago
Fixed the (u_int32_t )error
Yes there is indeed an error, u_int32_t should be uint32_t in the library, if you replace it, you should not get the error without #include
I have updated the library with the type changed from u_int32_t to uint32_t.
Thanks for reporting it
By Anand