Commit 62fd9456 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Dash: __STDC_CONSTANT_MACROS must be before config.h

config.h includes vlc_fixup.h that can include stdint.h
parent 273c9cc1
......@@ -25,11 +25,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define __STDC_CONSTANT_MACROS 1
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#define __STDC_CONSTANT_MACROS 1
#include <stdint.h>
#include <vlc_common.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