~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sleep.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* Wait a given number of microseconds */
17
17
 
18
18
#include "mysys_priv.h"
19
 
#include <m_string.h>
 
19
#include <mystrings/m_string.h>
20
20
 
21
21
void my_sleep(ulong m_seconds)
22
22
{