X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7b00c0c43f52e9d27168e67a26aac19065cdb40c..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/x86_64/string/bzero.c diff --git a/x86_64/string/bzero.c b/x86_64/string/bzero.c index 99e7cae..d5feed5 100644 --- a/x86_64/string/bzero.c +++ b/x86_64/string/bzero.c @@ -22,7 +22,7 @@ */ #include -#include +#include "platfunc.h" PLATFUNC_DESCRIPTOR_PROTOTYPE(bzero, sse42) PLATFUNC_DESCRIPTOR_PROTOTYPE(bzero, sse2)