- Included string.h to make memset visible.

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@310 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
uniederer
2013-02-10 10:30:00 +00:00
parent 92a7bc7178
commit 29a6694698

View File

@@ -5,6 +5,7 @@
* \author Ueli Niederer <ueli.niederer @ ntb.ch> * \author Ueli Niederer <ueli.niederer @ ntb.ch>
*/ */
#include "Usb_Device.h" #include "Usb_Device.h"
#include <string.h>
#ifdef DO_UNIT_TEST #ifdef DO_UNIT_TEST
# include <test/CuTest.h> # include <test/CuTest.h>