stdinc: include strings.h on POSIX

pull/241/head
Ariadne Conill 2022-02-21 04:42:26 -06:00
parent 40131312ec
commit cf48b61a59
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
# include <dirent.h>
# include <unistd.h>
# include <limits.h>
# include <strings.h>
# ifdef PATH_MAX
# define PKGCONF_ITEM_SIZE (PATH_MAX + 1024)
# else