[MPlayer-cvslog] r26219 - trunk/mpbswap.h

diego subversion at mplayerhq.hu
Mon Mar 10 21:20:08 CET 2008


Author: diego
Date: Mon Mar 10 21:20:08 2008
New Revision: 26219

Log:
Add missing header #include.


Modified:
   trunk/mpbswap.h

Modified: trunk/mpbswap.h
==============================================================================
--- trunk/mpbswap.h	(original)
+++ trunk/mpbswap.h	Mon Mar 10 21:20:08 2008
@@ -3,6 +3,8 @@
 
 #include <sys/types.h>
 #include "libavutil/bswap.h"
+#include "config.h"
+
 #ifndef HAVE_SWAB
 void swab(const void *from, void *to, ssize_t n);
 #endif



More information about the MPlayer-cvslog mailing list