diff options
Diffstat (limited to 'databases/mysql2odbc/files/patch-mtest.c')
-rw-r--r-- | databases/mysql2odbc/files/patch-mtest.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/databases/mysql2odbc/files/patch-mtest.c b/databases/mysql2odbc/files/patch-mtest.c index ff3cadcdf7d5..00a90f75e87f 100644 --- a/databases/mysql2odbc/files/patch-mtest.c +++ b/databases/mysql2odbc/files/patch-mtest.c @@ -1,6 +1,6 @@ ---- mtest.c.orig Sat Aug 20 16:05:55 2005 -+++ mtest.c Sat Aug 20 16:06:01 2005 -@@ -27,7 +27,7 @@ +--- mtest.c.orig Fri Jun 20 21:39:48 2003 ++++ mtest.c Tue Sep 13 18:21:18 2005 +@@ -27,10 +27,10 @@ #include <stdio.h> #include <string.h> #include <memory.h> @@ -8,4 +8,8 @@ +#include <stdlib.h> #ifndef WIN32 - # include <getopt.h> +-# include <getopt.h> ++# include <unistd.h> + #endif + + #ifdef FAKE |