diff options
Diffstat (limited to 'audio/sphinx/files/patch-src_libsphinx2_sc__vq.c')
-rw-r--r-- | audio/sphinx/files/patch-src_libsphinx2_sc__vq.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/sphinx/files/patch-src_libsphinx2_sc__vq.c b/audio/sphinx/files/patch-src_libsphinx2_sc__vq.c new file mode 100644 index 000000000000..a687843c24b2 --- /dev/null +++ b/audio/sphinx/files/patch-src_libsphinx2_sc__vq.c @@ -0,0 +1,10 @@ +--- src/libsphinx2/sc_vq.c.orig 2001-12-13 21:11:23 UTC ++++ src/libsphinx2/sc_vq.c +@@ -64,6 +64,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <assert.h> + #include <limits.h> + |