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 /graphics | |
parent | Ensure that xchat is linked against libc_r to avoid spurious crashes on (diff) |
Fix build in -CURRENT
Submitted by: Frode Nordahl <frode@nordahl.net>
Notes
Notes:
svn path=/head/; revision=70121
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c b/graphics/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c new file mode 100644 index 000000000000..5613c9806ce7 --- /dev/null +++ b/graphics/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 */ |