~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.cc

  • Committer: Monty Taylor
  • Date: 2008-11-26 05:12:21 UTC
  • mto: (612.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 624.
  • Revision ID: mordred@opensolaris-20081126051221-trxkrvm67mw7ch6t
OpenSolarisĀ builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  a shared library
19
19
*/
20
20
 
21
 
#include <stdlib.h>
22
21
#include "mysys_priv.h"
23
22
#include <mysys/mysys_err.h>
24
23
#include "my_static.h"
 
24
#include <stdlib.h>
25
25
 
26
26
bool timed_mutexes= 0;
27
27