summaryrefslogtreecommitdiff
path: root/media-libs/libbpg/files/libbpg-0.9.8-fix-implicit-declaration.patch
blob: 899c926c2101b129f15d2f5926492b337e14e22c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
The strrchr function prototype may have been provided transitively in the past.
Not yet upstreamed as of 2023-09-17.
Author: Lucio Sauer <watermanpaint@posteo.net>
--- a/bpgdec.c
+++ b/bpgdec.c
@@ -33,6 +33,7 @@
 
 #ifdef USE_PNG
 #include <png.h>
+#include <string.h>
 #endif
 
 #include "libbpg.h"