Skip to content

Commit

Permalink
Include strings.h for OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-arch committed Dec 5, 2021
1 parent d1a054a commit 5e0b486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/listing.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#ifdef __OpenBSD__
#include <strings.h>
#endif
#include <sys/ioctl.h>

#include <glob.h>
Expand Down

0 comments on commit 5e0b486

Please sign in to comment.