Skip to content

Commit

Permalink
Only include unistd.h once.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Aug 10, 2023
1 parent 3961ed0 commit 58ca4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openbsd-compat/bsd-closefrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <unistd.h>
#ifdef HAVE_DIRENT_H
# include <dirent.h>
# define NAMLEN(dirent) strlen((dirent)->d_name)
Expand Down

0 comments on commit 58ca4f0

Please sign in to comment.