Missing headers.

This commit is contained in:
Dag-Erling Smørgrav 2018-08-03 14:35:28 +02:00
parent 5836c338bc
commit 7fa3c6483d
4 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -31,6 +31,7 @@
#define PAM_SM_AUTH
#include <stddef.h>
#include <stdint.h>
#include <security/pam_modules.h>

View File

@ -29,6 +29,7 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -58,6 +58,7 @@ public:
};
#if WITH_CRYB_OTP
#include <cryb/oath.h>
#include <cryb/otp.h>
TEST(otp)
#endif