]> git.sesse.net Git - vlc/blobdiff - src/audio_output/common.c
use strerror_r() which is guaranteed to be thread safe, using the GNU prototype only...
[vlc] / src / audio_output / common.c
index 928641d9954c720c4c6c24fdbecf76a3b6c93496..d668742f017f6ad19fb2beebe556ff14184b95b2 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 #include "aout_internal.h"