package/wipe: fix musl build
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 31 Jan 2016 20:44:14 +0000 (21:44 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Feb 2016 14:00:34 +0000 (15:00 +0100)
commitcd051dad608a5018f035f2aadb95407ddb5b6992
treee59f6a5cde054d7c3bdec340f5e9a10f886bf44b
parent3492c511bfe5c97a937375c5ebc222a3ec543dee
package/wipe: fix musl build

The build error was not yet found by the autobuilders:

In file included from main.c:46:0:
rand.h:31:9: error: unknown type name ‘u_int32_t’
 typedef u_int32_t u_rand_t;
         ^
<builtin>: recipe for target 'main.o' failed

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wipe/0001-musl.patch [new file with mode: 0644]