summaryrefslogtreecommitdiff
path: root/audio/gramofile/patches/patch-clrscr.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gramofile/patches/patch-clrscr.c')
-rw-r--r--audio/gramofile/patches/patch-clrscr.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gramofile/patches/patch-clrscr.c b/audio/gramofile/patches/patch-clrscr.c
new file mode 100644
index 00000000000..fc1366480f6
--- /dev/null
+++ b/audio/gramofile/patches/patch-clrscr.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-clrscr.c,v 1.1 2021/05/20 19:24:15 nia Exp $
+
+Include missing header for strlen.
+
+--- clrscr.c.orig 2000-03-28 21:07:25.000000000 +0000
++++ clrscr.c
+@@ -13,7 +13,7 @@
+ #else
+ #include <curses.h>
+ #endif
+-
++#include <string.h>
+
+ void
+ header (char *headertext)