1
0
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:
Witold Filipczyk 2022-05-11 21:30:33 +02:00
parent 852e024c40
commit a1933e8d21

View File

@ -10,6 +10,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "elinks.h"