From f323012d879181580bec0cff312819d678ed2e56 Mon Sep 17 00:00:00 2001 From: meri Date: Wed, 30 May 2007 22:03:53 +0000 Subject: python support by Kushal Das git-svn-id: https://svn.gnumonks.org/trunk/librfid@1997 e0336214-984f-0b4b-a45f-81c69e1f0ede --- utils/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/common.c b/utils/common.c index 53acbdd..b286af6 100644 --- a/utils/common.c +++ b/utils/common.c @@ -15,6 +15,7 @@ #include #include "librfid-tool.h" +#include "common.h" const char * hexdump(const void *data, unsigned int len) @@ -85,7 +86,6 @@ int reader_init(void) int l2_init(int layer2) { - unsigned char buf[0x3f]; int rc; printf("opening layer2 handle\n"); -- cgit v1.2.3