freebsd-ports/audio/sphinx/files/patch-src-libsphinx2_sc_vq.c
Martin Wilke 72e8535d7a - Fix build with gcc 4.2
PR:		118467
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (erwin)
2007-12-10 22:29:47 +00:00

10 lines
257 B
C

--- src/libsphinx2/sc_vq.c.orig 2007-12-06 18:38:16.000000000 +0100
+++ src/libsphinx2/sc_vq.c 2007-12-06 18:38:36.000000000 +0100
@@ -64,6 +64,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
#include <limits.h>