Totem-pl-parser is a simple GObject-based library for parsing the various playlist formats used for online audio and video streams. ok jasper@
16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
$OpenBSD: patch-lib_memmem_c,v 1.1.1.1 2008/05/12 15:08:19 ajacoutot Exp $
|
|
--- lib/memmem.c.orig Mon May 12 12:06:41 2008
|
|
+++ lib/memmem.c Mon May 12 12:07:32 2008
|
|
@@ -31,8 +31,10 @@
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
* SUCH DAMAGE.
|
|
*/
|
|
-#ifndef __sun
|
|
+#if !defined(__sun) && !defined(__OpenBSD__)
|
|
#include "bbs.h"
|
|
+#endif
|
|
+#ifndef __sun
|
|
#include <sys/cdefs.h>
|
|
#endif
|
|
|