libcfu
libcfu copied to clipboard
Compile fails without sys/types.h
uint32_t (and u_int32_t) is in types.h.
Also, new clangs complain about self assignment; proper way to show unused variables is (void)variable;
Chris