summaryrefslogtreecommitdiffstats
path: root/gst/debug/efence.c
diff options
context:
space:
mode:
authorAndrew Turner <zxombie@hotpop.com>2003-08-21 04:42:56 +0000
committerDavid Schleef <ds@schleef.org>2003-08-21 04:42:56 +0000
commit4f5c2b190cf9b359480782ba1f59d90b08561372 (patch)
tree32eb135f286cdd8331c8f411da82248d39648520 /gst/debug/efence.c
parent3269b5d6d2ac381664bcef2362fef00107db369c (diff)
compilation problems on FreeBSD.
Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
Diffstat (limited to 'gst/debug/efence.c')
-rw-r--r--gst/debug/efence.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/debug/efence.c b/gst/debug/efence.c
index 3178d16e..d5b9fcd6 100644
--- a/gst/debug/efence.c
+++ b/gst/debug/efence.c
@@ -30,6 +30,10 @@
#include "efence.h"
+#ifndef MAP_ANONYMOUS
+#define MAP_ANONYMOUS MAP_ANON
+#endif
+
static GstElementDetails plugin_details = {
"Electric Fence",
"Testing/EFence",