diff options
Diffstat (limited to 'strings/my_strchr.c')
-rw-r--r-- | strings/my_strchr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/strings/my_strchr.c b/strings/my_strchr.c index 35f39d563c5..baf832c9a0a 100644 --- a/strings/my_strchr.c +++ b/strings/my_strchr.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2005, 2011, Oracle and/or its affiliates. + Copyright (c) 2009-2011, Monty Program Ab This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -13,9 +14,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <my_global.h> -#include "m_string.h" -#include "m_ctype.h" +#include "strings_def.h" +#include <m_ctype.h> #define NEQ(A, B) ((A) != (B)) #define EQU(A, B) ((A) == (B)) |