diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c index cf324fb4468..d741fac6825 100644 --- a/strings/my_strtoll10.c +++ b/strings/my_strtoll10.c @@ -15,6 +15,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #define ULONGLONG_MAX (~(ulonglong) 0)