blob: 2cb3a43988753bd49fc32640ef6631f042ef387f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- mysac_decode_field.c.orig 2011-06-06 20:58:33.000000000 +0100
+++ mysac_decode_field.c 2012-01-02 05:47:37.837388605 +0000
@@ -21,8 +21,8 @@
#include <stdint.h>
#include <string.h>
#include <stdarg.h>
-#include <mysql/mysql.h>
#include <mysql/my_global.h>
+#include <mysql/mysql.h>
#include "mysac_utils.h"
#include "mysac.h"
|