From 700f13fa7f64c0cd1a200a622956dddc29d54e6b Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Thu, 22 May 2003 19:38:14 +0000 Subject: localhost should not be looked-up and the user should be able to able to use IP instead of hostname Original commit message from CVS: localhost should not be looked-up and the user should be able to able to use IP instead of hostname --- gst/udp/gstudpsink.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/udp/gstudpsink.h') diff --git a/gst/udp/gstudpsink.h b/gst/udp/gstudpsink.h index edc21ef8..4b4cabc5 100644 --- a/gst/udp/gstudpsink.h +++ b/gst/udp/gstudpsink.h @@ -41,6 +41,7 @@ extern "C" { #include #include #include +#include #include "gstudp.h" #define GST_TYPE_UDPSINK \ -- cgit