src/id3file.c | 1 +
1 file changed, 1 insertion(+)
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_include.dpatch by <debian@matthew.ath.cx>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: 02_include
@DPATCH@
--- id3ren-1.1b0.orig/src/id3file.c
+++ id3ren-1.1b0/src/id3file.c
@@ -26,6 +26,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
+#include <string.h>
#include "id3file.h"
#include "id3genre.h"