mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
Include crypto.h for randint test
This commit is contained in:
parent
4d794e1a5b
commit
d71d6dfd95
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <string.h> /* strcmp */
|
||||
#include "transmission.h"
|
||||
#include "utils.h"
|
||||
#include "crypto.h"
|
||||
|
||||
#define VERBOSE 0
|
||||
#define NUM_LOOPS 1
|
||||
|
|
Loading…
Reference in a new issue