diff options
Diffstat (limited to 'app-office/mdbtools/files')
-rw-r--r-- | app-office/mdbtools/files/mdbtools-0.6_pre1-strlen.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-office/mdbtools/files/mdbtools-0.6_pre1-strlen.patch b/app-office/mdbtools/files/mdbtools-0.6_pre1-strlen.patch new file mode 100644 index 000000000000..70666dc8cc4f --- /dev/null +++ b/app-office/mdbtools/files/mdbtools-0.6_pre1-strlen.patch @@ -0,0 +1,10 @@ +--- src/extras/mdbsupport.c.orig 2007-05-13 11:55:43.000000000 +0200 ++++ src/extras/mdbsupport.c 2007-05-13 11:55:57.000000000 +0200 +@@ -1,6 +1,7 @@ + /* support routines for code generated by the util programs */ + + #include <stdio.h> ++#include <string.h> + + void dump_int (int i) + { |