~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_base.h

  • Committer: Brian Aker
  • Date: 2008-07-29 07:47:38 UTC
  • mfrom: (212.6.1 bzero-memset)
  • Revision ID: brian@tangent.org-20080729074738-lfzim6htapm42f2o
MergeĀ fromĀ Mats

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define CHSIZE_USED
23
23
#include <my_global.h>
24
24
#include <my_dir.h>                     /* This includes types */
25
 
#include <my_sys.h>
26
 
#include <m_string.h>
 
25
#include <mysys/my_sys.h>
 
26
#include <mystrings/m_string.h>
27
27
#include <errno.h>
28
28
 
29
29
#ifndef EOVERFLOW