~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Monty Taylor
  • Date: 2009-10-14 09:35:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091014093521-07gct786edoah4vf
Fixed a couple of includes that sun studio found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <string.h>
33
33
#endif
34
34
 
 
35
#include <stdint.h>
35
36
#include <stdlib.h>
36
37
#include <stddef.h>
37
38
#include <assert.h>