mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[options] include unistd.h for unlink
This commit is contained in:
parent
852e024c40
commit
a1933e8d21
@ -10,6 +10,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "elinks.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user