~ft/libtags

94672541fd9dc77636fb5fdb04b6ea87eedb6b8d — Sigrid Solveig Haflínudóttir 2 years ago 75b1854
fix unix build
2 files changed, 3 insertions(+), 3 deletions(-)

M tagspriv.h
M wav.c
M tagspriv.h => tagspriv.h +2 -0
@@ 15,6 15,8 @@ typedef uint8_t uchar;
typedef uint16_t u16int;
typedef uint32_t u32int;
typedef uint64_t uvlong;
typedef unsigned int uint;
typedef unsigned short ushort;
#else
#include <u.h>
#include <libc.h>

M wav.c => wav.c +1 -3
@@ 18,9 18,7 @@ int
tagwav(Tagctx *ctx)
{
	uchar *d;
	int i, n, info;
	u32int csz;
	uvlong sz;
	int i, n, info, csz, sz;

	d = (uchar*)ctx->buf;