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

Include "config.h" first

parent e08e3c11
......@@ -27,13 +27,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <stdlib.h> /* malloc(), free() */
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h> /* malloc(), free() */
#include <math.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include "vlc_aout.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