Commit Diff
- Commit:
ef7d4e11a44df1a1101c5d61d1d44991f29c5668
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
- Message:
- portable: portably #include siphash.h Now that siphash is being looked for in a portable way, don't assume <siphash.h> as this is most likely not going to be the case on non-BSD systems.
- Actions:
- Patch | Tree
--- lib/object_idset.c +++ lib/object_idset.c @@ -22,7 +22,6 @@ #include <limits.h> #include <time.h> #include <errno.h> -#include <siphash.h> #include "got_compat.h"