]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/glx.c
Fix buffer overflow.
[vlc] / modules / video_output / x11 / glx.c
index 6c923a5302709cf46bc0929b838711dacc09858f..6ce788183b09b3e71e604e6d050f94c7b7dcfd02 100644 (file)
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_vout.h>