summaryrefslogtreecommitdiffstats
path: root/mpbswap.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
commit37ea342f8576e90cf024f746d86117b195f34095 (patch)
treea029849d002377ae87c088bb8799883a98f412c2 /mpbswap.h
parent0bd0d07dd78dc3a2e87d9b72da49871b4879fd3f (diff)
downloadmpv-37ea342f8576e90cf024f746d86117b195f34095.tar.bz2
mpv-37ea342f8576e90cf024f746d86117b195f34095.tar.xz
#include config.h before all other headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mpbswap.h')
-rw-r--r--mpbswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpbswap.h b/mpbswap.h
index 70d7d20e30..03ef0c387b 100644
--- a/mpbswap.h
+++ b/mpbswap.h
@@ -2,8 +2,8 @@
#define MPLAYER_MPBSWAP_H
#include <sys/types.h>
-#include "libavutil/bswap.h"
#include "config.h"
+#include "libavutil/bswap.h"
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);