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 committed by Witold Filipczyk
parent e901b337f8
commit 9fb9b7a69e

View File

@ -27,6 +27,9 @@ static inline int dir_sep(char x) { return x == '/'; }
#include <pwd.h>
#include <grp.h>
#include <unistd.h>
#include <errno.h>
#endif
#endif