diff options
Diffstat (limited to 'databases/mysql2odbc/files/patch-mtest.c')
-rw-r--r-- | databases/mysql2odbc/files/patch-mtest.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql2odbc/files/patch-mtest.c b/databases/mysql2odbc/files/patch-mtest.c new file mode 100644 index 0000000..ff3cadc --- /dev/null +++ b/databases/mysql2odbc/files/patch-mtest.c @@ -0,0 +1,11 @@ +--- 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> |