mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-12-21 11:51:07 +00:00
Missing headers.
This commit is contained in:
parent
5836c338bc
commit
7fa3c6483d
4 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#define PAM_SM_AUTH
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <security/pam_modules.h>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -58,6 +58,7 @@ public:
|
|||
};
|
||||
|
||||
#if WITH_CRYB_OTP
|
||||
#include <cryb/oath.h>
|
||||
#include <cryb/otp.h>
|
||||
TEST(otp)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue