diff options
Diffstat (limited to 'test/pkev.cpp')
| -rw-r--r-- | test/pkev.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/pkev.cpp b/test/pkev.cpp index ed62803..30ccbb0 100644 --- a/test/pkev.cpp +++ b/test/pkev.cpp @@ -1,10 +1,13 @@ -#include "../pkev.h" +#define PK_IMPL_EV #include "../pkmacros.h" +#include "../pkev.h" + #include <csetjmp> #include <future> +#include <stdatomic.h> static bool expected_exit = false; static bool caught = false; |
