X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fmemcpy.c;h=a5842d33dcb981b4bb2772c457009a443f5ec423;hb=d7b8babd5baa57655500362845a6bf78a79a8e16;hp=785b1cd4088d9098e681d0a50e6f263bf2509b59;hpb=2d7dabdc5e2d6cff488f45c7e917abe1f7e1559a;p=pdclib.old diff --git a/functions/string/memcpy.c b/functions/string/memcpy.c index 785b1cd..a5842d3 100644 --- a/functions/string/memcpy.c +++ b/functions/string/memcpy.c @@ -8,6 +8,7 @@ Permission is granted to use, modify, and / or redistribute at will. */ +#include <_PDCLIB_aux.h> #include void * memcpy( void * _PDCLIB_restrict s1, const void * _PDCLIB_restrict s2, size_t n )