~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_compress.c

  • Committer: Brian Aker
  • Date: 2008-07-30 17:24:10 UTC
  • mfrom: (236.1.6 codestyle)
  • Revision ID: brian@tangent.org-20080730172410-t4r8o7lx7r9m95x7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Written by Sinisa Milivojevic <sinisa@mysql.com> */
17
17
 
18
 
#include <my_global.h>
 
18
#include "mysys_priv.h"
 
19
 
19
20
#include <my_sys.h>
20
21
#include <mystrings/m_string.h>
21
22
#include <zlib.h>