Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2012-03-20 06:15:20 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2012-03-20 06:15:20 +0400
commiteff77615abf6087c76647ed57b8878280a6cd215 (patch)
tree1df1da0372f9820514cd7b8244d30ba30966f5b4
parentca771d95f064290a77c0553b137e1ccf68365282 (diff)
* Fix a compiling issue with NLS enabled.HEADmastercvs
-rw-r--r--minidlna.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/minidlna.c b/minidlna.c
index 958e315..a2e2c47 100644
--- a/minidlna.c
+++ b/minidlna.c
@@ -69,6 +69,7 @@
#include "config.h"
#ifdef ENABLE_NLS
+#include <locale.h>
#include <libintl.h>
#endif