diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-04 16:30:18 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-04 16:30:18 -0400 |
| commit | 784bd914cface6e5837ef0da7aee0df2e16c4999 (patch) | |
| tree | fd7abf6580da5cc592c285694f3b8b3f85ab063c /tools | |
| parent | 98d2f27ec7c1039679da5c86e4d1dfb308d0fc6f (diff) | |
fix linux build
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/eval-test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eval-test/main.cpp b/tools/eval-test/main.cpp index 0159f0107..6f1f7a4d8 100644 --- a/tools/eval-test/main.cpp +++ b/tools/eval-test/main.cpp @@ -3,7 +3,7 @@ #include <assert.h> #include <stdio.h> #include <stdlib.h> - +#include "../../source/core/secure-crt.h" #include <slang.h> int main( |
