mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 08:49:01 +08:00
15 lines
316 B
Diff
15 lines
316 B
Diff
|
diff --git a/src/sound-theme-spec.c b/src/sound-theme-spec.c
|
||
|
index 32affd0..371e380 100644
|
||
|
--- a/src/sound-theme-spec.c
|
||
|
+++ b/src/sound-theme-spec.c
|
||
|
@@ -28,6 +28,9 @@
|
||
|
#include <unistd.h>
|
||
|
|
||
|
#include <locale.h>
|
||
|
+#ifndef LC_MESSAGES
|
||
|
+#include <libintl.h>
|
||
|
+#endif
|
||
|
|
||
|
#include "sound-theme-spec.h"
|
||
|
#include "malloc.h"
|