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:
parent
598be943ac
commit
5ae84b7d0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue