brian's patch

Original commit message from CVS:
brian's patch
This commit is contained in:
Thomas Vander Stichele 2003-01-22 12:08:21 +00:00
parent ed27d67266
commit 639264fe8d

View file

@ -29,9 +29,6 @@
#include <unistd.h>
#include <errno.h>
#include <sys/mman.h>
#ifdef HAVE_UCONTEXT_H
#include <ucontext.h>
#endif
#include "gst_private.h"
@ -40,6 +37,10 @@
#include "gstlog.h"
#include "gstutils.h"
#ifdef HAVE_UCONTEXT_H
#include <ucontext.h>
#endif
/* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON