gst/tcp/gsttcp.c: Really fix the build?

Original commit message from CVS:
2006-08-11  Andy Wingo  <wingo@pobox.com>

* gst/tcp/gsttcp.c: Really fix the build?
This commit is contained in:
Andy Wingo 2006-08-11 15:33:17 +00:00
parent 15432cbbf0
commit 23001d327a
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2006-08-11 Andy Wingo <wingo@pobox.com>
* gst/tcp/gsttcp.c: Really fix the build?
* gst/tcp/gsttcp.h: For now, always disable deprecation here --
fixes the build.

View file

@ -37,10 +37,8 @@
#include <sys/filio.h>
#endif
#include <glib.h>
#include <gst/gst.h>
#include "gsttcp.h"
#include <gst/gst-i18n-plugin.h>
#include <gst/dataprotocol/dataprotocol.h>
GST_DEBUG_CATEGORY_EXTERN (tcp_debug);
#define GST_CAT_DEFAULT tcp_debug