mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
include unistd.h and errno.h to define safe_read()
This commit is contained in:
parent
eecb907585
commit
e13c09a5f9
@ -26,6 +26,9 @@ static inline int dir_sep(char x) { return x == '/'; }
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user