diff options
author | monty@mysql.com <> | 2004-05-26 19:12:49 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-26 19:12:49 +0300 |
commit | 7d8f8bc77bd58b0a527a3874cda55311a068d05b (patch) | |
tree | 45397c78051c557e55bc9b5df93c68604da6a451 /strings | |
parent | 2709f91947ab50ab206c523e97636b82ee89b9d3 (diff) | |
download | mariadb-git-7d8f8bc77bd58b0a527a3874cda55311a068d05b.tar.gz |
Changed prototype of killed_ptr() to make it more portable
Applied patches for Netware
Diffstat (limited to 'strings')
-rw-r--r-- | strings/my_strtoll10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c index 493d0d63de2..5217564087c 100644 --- a/strings/my_strtoll10.c +++ b/strings/my_strtoll10.c @@ -15,7 +15,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <my_global.h> -#include <my_sys.h> +#include <my_sys.h> /* Needed for MY_ERRNO_ERANGE */ #include <m_string.h> #undef ULONGLONG_MAX |