]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/normvol.c
Use %m on GLIBC to work-around strerror_r prototype problems
[vlc] / modules / audio_filter / normvol.c
index 5ad9c185c9acd44578a7626937693ca84749e2d1..e7b760b1118a4a8356890da4a11e6fabb11b7cba 100644 (file)
 #include <math.h>
 
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include <vlc_aout.h>