Add config.h header #include; it is required for the HAVE_BIGENDIAN check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30617 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-17 22:33:21 +00:00
parent 9905880267
commit e286b38529
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef MPLAYER_MS_HDR_H
#define MPLAYER_MS_HDR_H
#include "config.h"
#ifndef _WAVEFORMATEX_
#define _WAVEFORMATEX_
typedef struct __attribute__((__packed__)) _WAVEFORMATEX {