Commit Graph

1 Commits

Author SHA1 Message Date
Randy Eckenrode
7b4e8f91da
dante: fix build with clang 16
Fix two configure checks that fail on clang 16 due to unexpected errors:

* Undefined type `uint8_t` by including `stdint.h`; and
* Unused `sa_len_ptr` by incrementing the target of the pointer.
2023-10-21 13:06:42 -04:00