summaryrefslogtreecommitdiff
path: root/plugins/elements/gstelements.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstelements.c')
-rw-r--r--plugins/elements/gstelements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstelements.c b/plugins/elements/gstelements.c
index 3e12a89ef4..795f79df32 100644
--- a/plugins/elements/gstelements.c
+++ b/plugins/elements/gstelements.c
@@ -52,7 +52,7 @@ static struct _elements_entry _elements[] = {
{"capsfilter", GST_RANK_NONE, gst_capsfilter_get_type},
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
-#if HAVE_SYS_SOCKET_H
+#ifdef HAVE_SYS_SOCKET_H
{"fdsrc", GST_RANK_NONE, gst_fd_src_get_type},
{"fdsink", GST_RANK_NONE, gst_fd_sink_get_type},
#endif