compilation problems on FreeBSD.

Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307).  Fixes
compilation problems on FreeBSD.
This commit is contained in:
Andrew Turner 2003-08-21 04:42:56 +00:00 committed by David Schleef
parent 3269b5d6d2
commit 4f5c2b190c

View file

@ -30,6 +30,10 @@
#include "efence.h"
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif
static GstElementDetails plugin_details = {
"Electric Fence",
"Testing/EFence",