diff --git a/ChangeLog b/ChangeLog index 73168794f8..5c20ec886b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-08-11 Andy Wingo + * gst/tcp/gsttcp.c: Really fix the build? + * gst/tcp/gsttcp.h: For now, always disable deprecation here -- fixes the build. diff --git a/gst/tcp/gsttcp.c b/gst/tcp/gsttcp.c index 907f65b245..0bd30128d8 100644 --- a/gst/tcp/gsttcp.c +++ b/gst/tcp/gsttcp.c @@ -37,10 +37,8 @@ #include #endif -#include -#include +#include "gsttcp.h" #include -#include GST_DEBUG_CATEGORY_EXTERN (tcp_debug); #define GST_CAT_DEFAULT tcp_debug