~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/my_time.c

Merged codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
#include <my_time.h>
 
17
#include <mystrings/m_string.h>
 
18
#include <mystrings/m_ctype.h>
17
19
/* Windows version of localtime_r() is declared in my_ptrhead.h */
18
20
#include <mysys/my_pthread.h>
19
21