ddrescue: fix uclibc compile
authorPeter Seiderer <ps.report@gmx.net>
Tue, 14 Feb 2017 19:45:08 +0000 (20:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Feb 2017 21:34:43 +0000 (22:34 +0100)
commit3c0aeeed04ecfb9a2e8650b4fa0f515a7959e7cf
tree3882f338497bff19bfcd6383f8744d815721f27e
parent41d8daa7e94c1b6a86c4d0cd50e712698c2c4571
ddrescue: fix uclibc compile

Fixes compile failure with uclibc [1] because of missing stdio.h include:

  In file included from io.cc:28:0:
  block.h:219:22: error: ‘FILE’ has not been declared
     int write_mapfile( FILE * f = 0, const bool timestamp = false,

[1] http://autobuild.buildroot.net/results/4ac0754f1cc5ea934d6437e89d1f4906fb3fd0a8

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ddrescue/0001-io.cc-add-stdio.h-include.patch [new file with mode: 0644]