]> git.sesse.net Git - vlc/blobdiff - src/modules/entry.c
Include <libintl.h> only when really needed
[vlc] / src / modules / entry.c
index a9a7e7d269e7f613bf14c14be550f2058c3cdfc7..dd83550158987cdcb6835f016f163fee00aaaca7 100644 (file)
 #include <assert.h>
 #include <stdarg.h>
 
+#ifdef ENABLE_NLS
+# undef gettext
+# include <libintl.h>
+#endif
+
 #include "modules/modules.h"
 #include "config/configuration.h"
 #include "libvlc.h"