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