Commit 41f83272 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Freetype: include config.h before including VLC headers

parent 57cb3e53
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_filter.h> #include <vlc_filter.h>
#include <vlc_text_style.h> #include <vlc_text_style.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