diff options
author | Toby Gray <toby.gray@realvnc.com> | 2013-08-08 18:22:21 +0100 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2013-08-11 22:14:13 +0100 |
commit | c6321017903dbeb92a417d6d1128edc46dcb7100 (patch) | |
tree | 9ed432bdb25808bd34681f43a502f4cc3e7e94f7 /tests/stress.c | |
parent | 7bfbb8b331fc09d5ad64dbcbc6730f5d1d3c0933 (diff) | |
download | libusb-c6321017903dbeb92a417d6d1128edc46dcb7100.tar.gz |
Android: Add examples and stress tests
Diffstat (limited to 'tests/stress.c')
-rw-r--r-- | tests/stress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stress.c b/tests/stress.c index e53f415..db8d233 100644 --- a/tests/stress.c +++ b/tests/stress.c @@ -18,6 +18,7 @@ */ #include <stdio.h> +#include <string.h> #include <memory.h> #include "libusb.h" |