add missing include

This commit is contained in:
naddy 2018-11-13 16:26:16 +00:00
parent dde6043977
commit b94bcfe131
2 changed files with 16 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.27 2018/10/28 07:59:57 bentley Exp $
# $OpenBSD: Makefile,v 1.28 2018/11/13 16:26:16 naddy Exp $
COMMENT= library for manipulating ID3v1 and ID3v2 tags
VERSION= 3.8
DISTNAME= id3lib-${VERSION}.3
REVISION = 8
REVISION = 9
CATEGORIES= audio
SHARED_LIBS += id3 4.0 # .3.8

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-include_id3_writers_h,v 1.1 2018/11/13 16:26:16 naddy Exp $
Index: include/id3/writers.h
--- include/id3/writers.h.orig
+++ include/id3/writers.h
@@ -30,7 +30,7 @@
#include "id3/writer.h"
#include "id3/id3lib_streams.h"
-//#include <string.h>
+#include <string.h>
class ID3_CPP_EXPORT ID3_OStreamWriter : public ID3_Writer
{