diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/generic/unlink.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/unlink.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/generic/unlink.c b/sysdeps/unix/sysv/linux/generic/unlink.c index 7908d0a..8df5575 100644 --- a/sysdeps/unix/sysv/linux/generic/unlink.c +++ b/sysdeps/unix/sysv/linux/generic/unlink.c @@ -16,11 +16,9 @@ License along with the GNU C Library. If not, see <https://www.gnu.org/licenses/>. */ -#include <errno.h> -#include <stddef.h> #include <unistd.h> #include <fcntl.h> - +#include <sysdep.h> /* Remove the link named NAME. */ int |