localization: fix implicit declaration warnings (WARNING and strcmp)

just added the missing includes.

git-svn-id: https://svn.musicpd.org/mpd/trunk@5245 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Eric Wong 2007-01-14 02:08:14 +00:00
parent 598be943ac
commit 5ae84b7d0f
1 changed files with 2 additions and 0 deletions

View File

@ -19,8 +19,10 @@
#include "localization.h"
#include "charConv.h"
#include "utils.h"
#include "log.h"
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_LOCALE
#ifdef HAVE_LANGINFO_CODESET