mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 18:33:18 +02:00
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:
committed by
Willy Tarreau
parent
949b6ca961
commit
d5fc8fcb86
@@ -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, ...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user