Commit 5ae84b7d authored by Eric Wong's avatar Eric Wong

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
parent 598be943
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment