~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/thread_xt.h

  • Committer: Monty Taylor
  • Date: 2010-04-14 16:29:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1470.
  • Revision ID: mordred@inaugust.com-20100414162940-gmcilbfb34koa18g
Fixed the compile for Sun Studio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define __xt_thread_h__
26
26
 
27
27
#include <stdio.h>
 
28
#include <limits.h>
28
29
#ifndef XT_WIN
29
30
#include <sys/param.h>
30
31
#endif