Skip to content

Commit

Permalink
Freetype: include config.h before including VLC headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 1, 2015
1 parent 57cb3e5 commit 41f8327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/text_renderer/text_layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
* 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_filter.h>
#include <vlc_text_style.h>
Expand Down

0 comments on commit 41f8327

Please sign in to comment.