~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Monty Taylor
  • Date: 2008-07-30 06:09:57 UTC
  • mto: (236.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 239.
  • Revision ID: monty@inaugust.com-20080730060957-h55tmcl13no9jamy
MovedĀ errmsg.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
 
226
226
/* Include prototypes for unireg */
227
227
 
228
 
#include "drizzled_error.h"
 
228
#include <include/drizzled_error.h>
229
229
#include "structs.h"                            /* All structs we need */
230
230
 
231
231
#endif