Include stdlib.h in shadow.c
This commit is contained in:
parent
5d60610cb0
commit
3d94a60924
1
shadow.c
1
shadow.c
@ -1,6 +1,7 @@
|
|||||||
#define _XOPEN_SOURCE // for crypt
|
#define _XOPEN_SOURCE // for crypt
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <shadow.h>
|
#include <shadow.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user