summaryrefslogtreecommitdiff
path: root/media-sound/flac-image/files/flac-image-1.00-add-missing-string-include.patch
blob: 0ba842c7ee02a0afc9e2b0ed8da795b5fafd68cd (plain)
1
2
3
4
5
6
7
8
9
10
--- a/flac-image.c
+++ b/flac-image.c
@@ -15,6 +15,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/stat.h>
 #include <fcntl.h>