user-accounts: Include sys/wait.h for W* macros
Otherwise, the compiler may treat WIFEXITED and WEXITSTATUS as implicit declarations of functions and cause linking to fail.
This commit is contained in:
parent
7a805a0848
commit
a72a71ab11
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <utmpx.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue