diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2003-05-22 19:38:14 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2003-05-22 19:38:14 +0000 |
commit | 700f13fa7f64c0cd1a200a622956dddc29d54e6b (patch) | |
tree | 72ba3b35c46af830e0bcff1c579a669d468f1351 /gst/udp/gstudpsink.h | |
parent | 29f6eae110712074e1a84340eb3d172fb4b1e434 (diff) |
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
Diffstat (limited to 'gst/udp/gstudpsink.h')
-rw-r--r-- | gst/udp/gstudpsink.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/socket.h> #include <sys/wait.h> #include <fcntl.h> +#include <arpa/inet.h> #include "gstudp.h" #define GST_TYPE_UDPSINK \ |