~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/hash.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* Key length of 0 isn't allowed */
19
19
 
20
20
#include "mysys_priv.h"
21
 
#include <m_string.h>
22
 
#include <m_ctype.h>
 
21
#include <mystrings/m_string.h>
 
22
#include <mystrings/m_ctype.h>
23
23
#include "hash.h"
24
24
 
25
25
#define NO_RECORD       ((uint) -1)