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:
-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