diff options
author | unknown <serg@janus.mylan> | 2007-12-14 09:47:00 +0100 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-12-14 09:47:00 +0100 |
commit | f970477b36ea7624f69328abcc8118c9a7ae26cd (patch) | |
tree | c254edb62bc77131b433aa6f4e5b68b5c7ab86f2 /mysys/my_rnd.c | |
parent | 01ea6c1e7fb4687f9af5a1ce0d0bd3b1935bfece (diff) | |
download | mariadb-git-f970477b36ea7624f69328abcc8118c9a7ae26cd.tar.gz |
windows fix: fix the #include directive
Diffstat (limited to 'mysys/my_rnd.c')
-rw-r--r-- | mysys/my_rnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_rnd.c b/mysys/my_rnd.c index e1aca222954..b7dca0f2afd 100644 --- a/mysys/my_rnd.c +++ b/mysys/my_rnd.c @@ -13,7 +13,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <mysys_priv.h> +#include "mysys_priv.h" #include <m_string.h> /* |