On Thu, Dec 16, 2004 at 12:32:05PM -0700, Warren Young wrote:
>
> (Evan Wies also sent me a similar patch, but your patch is better.)
Whoops, I missed one... patch below fixes custom.pl too.
- Chris
Index: mysql++/lib/custom.pl
diff -u mysql++/lib/custom.pl:1.1.1.3 mysql++/lib/custom.pl:1.2
--- mysql++/lib/custom.pl:1.1.1.3 Wed Dec 8 22:03:50 2004
+++ mysql++/lib/custom.pl Fri Dec 17 00:43:57 2004
@@ -11,8 +11,8 @@
#ifndef MYSQLPP_CUSTOM_H
#define MYSQLPP_CUSTOM_H
-#include <defs.h>
-#include <tiny_int.h>
+#include "defs.h"
+#include "tiny_int.h"
#include <string>