mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
siphash.h: include stdint.
Doing this gives us a valid uint64_t type, freeing us from dependencies on include order.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef SIPHASH_H
|
||||
#define SIPHASH_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct sipkey {
|
||||
uint64_t k0;
|
||||
uint64_t k1;
|
||||
|
||||
Reference in New Issue
Block a user