Fix a warning (Rainer Keller <mail@rainerkeller.de>)
authorHenryk Ploetz <ploetz@informatik.hu-berlin.de>
Mon, 19 Mar 2007 23:11:57 +0000 (23:11 +0000)
committerHenryk Ploetz <ploetz@informatik.hu-berlin.de>
Mon, 19 Mar 2007 23:11:57 +0000 (23:11 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1983 e0336214-984f-0b4b-a45f-81c69e1f0ede

src/rfid_layer2.c

index ff6d2b0..2bbd037 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
+#include <string.h> /* for memcpy */
 
 #include <librfid/rfid.h>
 #include <librfid/rfid_layer2.h>