diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2016-02-09 07:32:38 -0800 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2016-02-09 07:32:38 -0800 |
commit | d0972e5ad639dbe293c41fe94abe8a8032941859 (patch) | |
tree | 5c70bdb3c0a5a6b49f55bb64e33d667b16dddf54 /tests | |
parent | 20ae2fd57a9a9edd4c539fa170433ee8d59904b1 (diff) |
Fixed build on Linux
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-all.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-all.cpp b/tests/test-all.cpp index c3e25ada..c970e2c8 100644 --- a/tests/test-all.cpp +++ b/tests/test-all.cpp @@ -19,6 +19,8 @@ #include <Windows.h> #endif +#include <unistd.h> + static mailcore::String * password = NULL; static mailcore::String * displayName = NULL; static mailcore::String * email = NULL; |