diff options
-rw-r--r-- | strings/my_strtoll10.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <my_global.h> +#include <my_sys.h> #include <m_string.h> #define ULONGLONG_MAX (~(ulonglong) 0) |