Moved third-party sources deeper [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-09-15 06:28:57 +03:00 committed by alexey-milovidov
parent effbbfd035
commit 50cf5623a2
4 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ extern "C"
{
#endif
#include "FastMemcpy.h"
#include "impl/FastMemcpy.h"
void * __attribute__((__weak__)) memcpy(void * __restrict destination, const void * __restrict source, size_t size)
{