Skip to content
Snippets Groups Projects
Commit 62fd9456 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Dash: __STDC_CONSTANT_MACROS must be before config.h

config.h includes vlc_fixup.h that can include stdint.h
parent 273c9cc1
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment