aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcanberra/lc-messages.patch
blob: c6ef4aa2f603f2833880bd1e24e74a4b0b67afde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"