X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fmemcmp.c;h=35def11b33d4bc1e0c364501ba14e4b16e497735;hb=4620b3ce3865ba009355cf146de81d76229143a2;hp=fdda92ce7689a8aa6aaaf7c125587d79c1a167b2;hpb=a73a16db5ba6d16af1a8025eebdeed0ea273d682;p=pdclib.old 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 ) {