1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

include unistd.h and errno.h to define safe_read()

This commit is contained in:
sgerwk 2021-03-18 08:28:45 +01:00
parent eecb907585
commit e13c09a5f9

View File

@ -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