forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
338 B
C
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"
|