diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-23 17:43:27 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-23 17:43:27 -0700 |
commit | c2c4ad8e5bfc25a50437b2486a46d07e10d497c9 (patch) | |
tree | 0d2d86c9d092610fc6495b5d7c6c4ec940b75a8a /testing/crypto_speed_test.c | |
parent | e2aa8161adc85795fe4d63d4642f47e90937ddc2 (diff) | |
parent | 1ec70337cfbf42f5f10d20c6152cdc5cf635df1b (diff) |
Merge pull request #484 from jin-eld/shared-lib-pr
autotools build scripts - improved PR version 2
Diffstat (limited to 'testing/crypto_speed_test.c')
-rw-r--r-- | testing/crypto_speed_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crypto_speed_test.c b/testing/crypto_speed_test.c index a61b30e8..b06c25e1 100644 --- a/testing/crypto_speed_test.c +++ b/testing/crypto_speed_test.c | |||
@@ -28,7 +28,7 @@ double get_time() | |||
28 | 28 | ||
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | #include "../core/net_crypto.h" | 31 | #include "../toxcore/net_crypto.h" |
32 | #include <stdlib.h> | 32 | #include <stdlib.h> |
33 | #include <time.h> | 33 | #include <time.h> |
34 | 34 | ||