diff --git a/pal/src/safecrt/memmove_s.c b/pal/src/safecrt/memmove_s.c index 19544ea43df..e2f1b3b2fca 100644 --- a/pal/src/safecrt/memmove_s.c +++ b/pal/src/safecrt/memmove_s.c @@ -1,6 +1,6 @@ // // Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. // /*** @@ -20,6 +20,7 @@ // use stdlib instead of PAL defined malloc to avoid forced Wint-to-pointer warning #include +#include #ifndef _VALIDATE_RETURN_ERRCODE #define _VALIDATE_RETURN_ERRCODE(c, e) \