opnsense-ports/databases/mysac/files/patch-mysac.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
332 B
C

--- mysac.c.orig 2012-01-02 05:39:13.267796448 +0000
+++ mysac.c 2012-01-02 05:39:23.079360664 +0000
@@ -22,8 +22,8 @@
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
-#include <mysql/mysql.h>
#include <mysql/my_global.h>
+#include <mysql/mysql.h>
#include "mysac_decode_field.h"
#include "mysac_encode_values.h"