summaryrefslogtreecommitdiff
path: root/audio/sphinx/files/patch-src-libsphinx2_err.c
blob: 84d9d2fb6aa8c58295f62281f0fc0c31be907716 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/libsphinx2/err.c.orig	2007-12-06 18:22:49.000000000 +0100
+++ src/libsphinx2/err.c	2007-12-06 18:23:27.000000000 +0100
@@ -49,6 +49,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #if ((! WIN32) && (! _SGI_SOURCE))
 #include <sys/errno.h>
 #else