mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
The MySQL-ODBC SDK enables you to make MySQL-specific applications database-independent without wholesale re-writes of your application code. Thus, applications that are written directly to the MySQL call level interface now end up being database independent via iODBC (or unixODBC), and usable against any ODBC accessible database (including MySQL). WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index
11 lines
240 B
C
11 lines
240 B
C
--- mtest.c.orig Sat Aug 20 16:05:55 2005
|
|
+++ mtest.c Sat Aug 20 16:06:01 2005
|
|
@@ -27,7 +27,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
#ifndef WIN32
|
|
# include <getopt.h>
|