include stdio.h for newer gcc
This commit is contained in:
parent
70449c9471
commit
e9400d44e9
@ -28,6 +28,7 @@
|
||||
#include "sesman.h"
|
||||
|
||||
#define _XOPEN_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <crypt.h>
|
||||
#include <shadow.h>
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "arch.h"
|
||||
#include "os_calls.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <security/pam_appl.h>
|
||||
|
||||
struct t_user_pass
|
||||
|
Loading…
Reference in New Issue
Block a user