X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fmemcmp.c;h=35def11b33d4bc1e0c364501ba14e4b16e497735;hp=fdda92ce7689a8aa6aaaf7c125587d79c1a167b2;hb=b06bbb1e2a100095da21e18139e4f960604d0d02;hpb=fedb223525324e7ce171f5fe6903430fbd9557bb diff --git a/functions/string/memcmp.c b/functions/string/memcmp.c index fdda92c..35def11 100644 --- a/functions/string/memcmp.c +++ b/functions/string/memcmp.c @@ -5,7 +5,7 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -#include +#include <__size_t.h> int memcmp( const void * src_1, const void * src_2, size_t n ) {