opnsense-ports/databases/mysac/files/patch-mysac_decode_field.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
338 B
C

--- 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"