diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-07-27 12:47:23 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-07-27 12:47:23 +0000 |
commit | 0aca38b38e8facd14540874dc3d68f65dac2364f (patch) | |
tree | 0288ec8aca1e075d69e111c4cb80defdb50bbb6b /src/xine-utils/utils.c | |
parent | 47a3a7ec62f0ec8ddde070e612aa7f9ea9f68535 (diff) | |
download | xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.gz xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.bz2 |
- removed xine-engine/locale.c as it is unused, fix static functions in the
engine and the utils, removed unused variables
CVS patchset: 5219
CVS date: 2003/07/27 12:47:23
Diffstat (limited to 'src/xine-utils/utils.c')
-rw-r--r-- | src/xine-utils/utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index 6c7c382c6..02c9b1ef6 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: utils.c,v 1.16 2003/07/16 22:11:14 jstembridge Exp $ + * $Id: utils.c,v 1.17 2003/07/27 12:47:23 hadess Exp $ * */ #define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ @@ -26,6 +26,8 @@ #include "config.h" #endif +#include "xineutils.h" + #include <stdio.h> #include <stdlib.h> #include <errno.h> |