From 4a549c798b397e86fea9d25ed1c86e41ad10db19 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 4 Nov 2003 17:24:46 +0000 Subject: [PATCH] fix missing include for OS X (bug 126069) - HEAD should compile on OS X now Original commit message from CVS: fix missing include for OS X (bug 126069) - HEAD should compile on OS X now --- gst/cothreads.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/cothreads.c b/gst/cothreads.c index afde372a63..b170e41346 100644 --- a/gst/cothreads.c +++ b/gst/cothreads.c @@ -22,6 +22,7 @@ #include +#include #include #include #include