]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: atomic: add string.h for memcpy() on ARM64
authorWilly Tarreau <w@1wt.eu>
Sun, 14 Jun 2020 06:06:55 +0000 (08:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 14 Jun 2020 06:08:13 +0000 (08:08 +0200)
commitbcefb8500905f051cb74cfd80a713a1776bd139e
tree511bba360ade9fce7573904e32b512b0b38085f5
parentd999a496639465e809b1c053d3c1ae18e72345d4
BUILD: atomic: add string.h for memcpy() on ARM64

As reported in issue #686, ARM64 build fails since the include files
reorganization. This is caused by the lack of string.h while a memcpy()
is present in __ha_cas_dw().
include/haproxy/atomic.h