Commit f49dc314 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

We need to include "config.h" somehow before we can use the HAVE_* defines

parent 34478c89
......@@ -27,6 +27,12 @@
#include <stdlib.h> /* malloc( ), free( ) */
#include <string.h>
#include <vlc/vlc.h>
#include <vlc/vout.h>
#include "vlc_osd.h"
#include "vlc_block.h"
#include "vlc_filter.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
......@@ -38,12 +44,6 @@
# include <io.h>
#endif
#include <vlc/vlc.h>
#include <vlc/vout.h>
#include "vlc_osd.h"
#include "vlc_block.h"
#include "vlc_filter.h"
#include <glib-object.h> /* g_object_unref( ) */
#include <librsvg-2/librsvg/rsvg.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