CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h

This solves setting XXH_INLINE_ALL in a cleaner way, because the imported
header is not modified, easing future updates.

see 6f7cc11e6d
This commit is contained in:
Tim Duesterhus
2021-09-11 17:51:13 +02:00
committed by Willy Tarreau
parent 949b6ca961
commit d5fc8fcb86
12 changed files with 55 additions and 19 deletions

View File

@@ -14,7 +14,8 @@
#include <stdlib.h>
#include <stdarg.h>
#include <arpa/inet.h>
#include <import/xxhash.h>
#include <haproxy/xxhash.h>
__attribute__((noreturn)) void die(int code, const char *format, ...)
{