diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-10 22:29:47 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-10 22:29:47 +0000 |
| commit | 72e8535d7a3d85419cc22db44eae481834e69afc (patch) | |
| tree | b6cb86094912efd70f4f947b3d2821fb10bad4b8 /audio/sphinx/files/patch-src-libsphinx2_eht_quit.c | |
| parent | - Fix build with GCC 4.2 (diff) | |
- Fix build with gcc 4.2
PR: 118467
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (erwin)
Diffstat (limited to 'audio/sphinx/files/patch-src-libsphinx2_eht_quit.c')
| -rw-r--r-- | audio/sphinx/files/patch-src-libsphinx2_eht_quit.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/sphinx/files/patch-src-libsphinx2_eht_quit.c b/audio/sphinx/files/patch-src-libsphinx2_eht_quit.c new file mode 100644 index 000000000000..c3c2650101bb --- /dev/null +++ b/audio/sphinx/files/patch-src-libsphinx2_eht_quit.c @@ -0,0 +1,10 @@ +--- src/libsphinx2/eht_quit.c.orig 2007-12-06 18:21:53.000000000 +0100 ++++ src/libsphinx2/eht_quit.c 2007-12-06 18:22:13.000000000 +0100 +@@ -85,6 +85,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include <stdarg.h> + + void |
