diff internal.h @ 89:59433f391f2d libavutil

do not include bswap.h in common.h for external programs, since the former is not installed currently.
author reimar
date Fri, 21 Jul 2006 19:36:59 +0000
parents 624fc3ad183a
children e5409bf748df
line wrap: on
line diff
--- a/internal.h	Thu Jul 20 11:55:08 2006 +0000
+++ b/internal.h	Fri Jul 21 19:36:59 2006 +0000
@@ -14,6 +14,8 @@
 #        define ENODATA  61
 #    endif
 
+#include "bswap.h"
+
 #include <stddef.h>
 #ifndef offsetof
 # define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))