mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9cf0c35672
XmySQL is a front end to the MySQL database engine. It allows for simple queries and table maintenance, as well as batch queries. XmySQL has been compiled and tested on Linux 2.0.0 with MySQL 3.20.16 and Xforms version 0.86.
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
--- Xmysql_cb.c.orig Tue Sep 2 16:08:23 1997
|
|
+++ Xmysql_cb.c Tue Sep 2 16:09:08 1997
|
|
@@ -1,5 +1,11 @@
|
|
#include <string.h>
|
|
+
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdlib.h>
|
|
+#else
|
|
#include <malloc.h>
|
|
+#endif
|
|
+
|
|
#include "forms.h"
|
|
#include "Xmysql.h"
|
|
#include "XmysqlDB.h"
|