16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
--- ocaml-mysql-1.0.4.orig/mysql_stubs.c 2006-02-24 00:12:36.000000000 +0100
|
|
+++ ocaml-mysql-1.0.4/mysql_stubs.c 2012-08-09 20:51:24.000000000 +0200
|
|
@@ -19,9 +19,9 @@
|
|
|
|
/* MySQL API */
|
|
|
|
-#include <mysql/mysql.h>
|
|
-#include <mysql/mysqld_error.h>
|
|
-#include <mysql/errmsg.h>
|
|
+#include <mysql.h>
|
|
+#include <mysqld_error.h>
|
|
+#include <errmsg.h>
|
|
/* type 'a option = None | Some of 'a */
|
|
|
|
#define NONE Val_int(0)
|