Bug fix: Add missing header file, unistd.h
Without unistd.h the following functions getuid, alarm and close are implicitly declared causing compilation to fail due to -Werror=implicit-function-declaration
This commit is contained in:
parent
6c1182716b
commit
12ded9a141