X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrncat.c;h=44dcb402614b0e7ff397f7a20b9f3922e075d340;hp=b33fb7cf39b1f2665816bcbe36929c458aa12405;hb=02c1ddcae6c88b55d2f4de825ee6c6456150b8ae;hpb=4c805021b487dff9bfc6341c998ba99636416ae7 diff --git a/functions/string/strncat.c b/functions/string/strncat.c index b33fb7c..44dcb40 100644 --- a/functions/string/strncat.c +++ b/functions/string/strncat.c @@ -8,6 +8,7 @@ Permission is granted to use, modify, and / or redistribute at will. */ +#include <_PDCLIB_aux.h> #include char * strncat( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, size_t n )