Add a missing include.

This commit is contained in:
Dag-Erling Smørgrav 2017-03-07 01:23:37 +01:00
parent cb0cd62139
commit b87e7e57c9
1 changed files with 2 additions and 0 deletions

View File

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