summaryrefslogtreecommitdiff
path: root/gst/tcp/gsttcpserversink.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/gsttcpserversink.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/gsttcpserversink.c')
-rw-r--r--gst/tcp/gsttcpserversink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/tcp/gsttcpserversink.c b/gst/tcp/gsttcpserversink.c
index 87455b67..266c04bf 100644
--- a/gst/tcp/gsttcpserversink.c
+++ b/gst/tcp/gsttcpserversink.c
@@ -25,7 +25,7 @@
#include <sys/ioctl.h>
-#ifdef FIONREAD_IN_SYS_FILIO
+#ifdef HAVE_FIONREAD_IN_SYS_FILIO
#include <sys/filio.h>
#endif