fix include for renamed files

This commit is contained in:
Brian Lopez 2010-03-30 08:49:45 -07:00
parent f9142b9885
commit 959eca935b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "mysql_ext.h"
#include "mysql_duce_ext.h"
/* MySQL::Client */
static VALUE rb_mysql_client_new(VALUE klass) {