# HG changeset patch # User diego # Date 1174089979 0 # Node ID b00752cb51f215dd1dbda724b99dee6902a62336 # Parent 0160251d350a867f0f03b51f0f016ae750e3212f Fix compilation, bswap.h is now mpbswap.h. diff -r 0160251d350a -r b00752cb51f2 TOOLS/netstream/netstream.c --- a/TOOLS/netstream/netstream.c Sat Mar 17 00:05:38 2007 +0000 +++ b/TOOLS/netstream/netstream.c Sat Mar 17 00:06:19 2007 +0000 @@ -42,7 +42,8 @@ #include "stream/stream.h" #include "libmpdemux/demuxer.h" #include "mp_msg.h" -#include "bswap.h" +#include "libavutil/common.h" +#include "mpbswap.h" /// Netstream packets def and some helpers #include "stream/netstream.h"