diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-14 17:21:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-14 17:21:56 +0000 |
commit | 778a32b7d58a057861659b52d8b038e2d8ef03ee (patch) | |
tree | d97590d579dc00ceee01930a3931fd506ce77495 /multimedia/gstreamer | |
parent | d7a534a211adee2ae6bf21b839d787fd79d192c4 (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r-- | multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c b/multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c new file mode 100644 index 000000000000..5613c9806ce7 --- /dev/null +++ b/multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c @@ -0,0 +1,10 @@ +--- libs/ext/cothreads/cothreads/cothreads.c.orig Thu Nov 14 15:19:11 2002 ++++ libs/ext/cothreads/cothreads/cothreads.c Thu Nov 14 15:20:02 2002 +@@ -21,6 +21,7 @@ + + #include "pth_p.h" /* this pulls in everything */ + #include <sys/mman.h> ++#include <sys/time.h> + #include <sys/resource.h> + + /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ |