summaryrefslogtreecommitdiff
path: root/gst/tcp/gsttcpclientsrc.c
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 14:53:20 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 14:53:20 +0000
commit08b37bf32715e2c7d417f401898acfce23195437 (patch)
tree8756923e4e33911a3331820bc85dba8aac7f2d0a /gst/tcp/gsttcpclientsrc.c
parent279760c08262a3134d1c78ec0e6c2f9ff06fc8ed (diff)
rename defines too, so that they look like the others (say naming convention)
Original commit message from CVS: rename defines too, so that they look like the others (say naming convention)
Diffstat (limited to 'gst/tcp/gsttcpclientsrc.c')
-rw-r--r--gst/tcp/gsttcpclientsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/tcp/gsttcpclientsrc.c b/gst/tcp/gsttcpclientsrc.c
index 11c65b6e..7d6253f5 100644
--- a/gst/tcp/gsttcpclientsrc.c
+++ b/gst/tcp/gsttcpclientsrc.c
@@ -33,7 +33,7 @@
#include <arpa/inet.h>
#include <sys/ioctl.h>
-#ifdef FIONREAD_IN_SYS_FILIO
+#ifdef HAVE_FIONREAD_IN_SYS_FILIO
#include <sys/filio.h>
#endif