Commit e189922f authored by Christophe Mutricy's avatar Christophe Mutricy

Missing from [24525]

parent 99fab908
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
#ifndef HAVE_REAL_H #ifndef HAVE_REAL_H
#define HAVE_REAL_H #define HAVE_REAL_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <inttypes.h> #include <inttypes.h>
......
...@@ -24,6 +24,11 @@ ...@@ -24,6 +24,11 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_vout.h> #include <vlc_vout.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment