diff libdvdread/bswap.h @ 20793:8b9a98c1f351

Revert one more local change without effect.
author diego
date Thu, 09 Nov 2006 00:38:22 +0000
parents 1a4fcea7ab53
children
line wrap: on
line diff
--- a/libdvdread/bswap.h	Wed Nov 08 23:54:21 2006 +0000
+++ b/libdvdread/bswap.h	Thu Nov 09 00:38:22 2006 +0000
@@ -24,6 +24,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
+#include <config.h>
+
 #if defined(WORDS_BIGENDIAN)
 /* All bigendian systems are fine, just ignore the swaps. */  
 #define B2N_16(x) (void)(x)