mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
Add missing header files in siphash.c, fix #301
This commit is contained in:
parent
98fb9ee821
commit
5ff7d165f9
3
third_party/siphash.h
vendored
3
third_party/siphash.h
vendored
@ -1,4 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
|
||||
uint8_t *out, const size_t outlen);
|
Loading…
Reference in New Issue
Block a user