~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

  • Committer: Monty Taylor
  • Date: 2009-03-22 08:32:24 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: mordred@inaugust.com-20090322083224-zmb2akf5wf2zq0hb
Renamed a bunch of plugin files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <drizzled/server_includes.h>
21
 
#include <drizzled/plugin_errmsg.h>
 
21
#include <drizzled/plugin/error_message_handler.h>
22
22
#include <drizzled/gettext.h>
23
23
 
24
24
#include <stdio.h>  /* for vsnprintf */