stdinc: include strings.h on POSIX
parent
40131312ec
commit
cf48b61a59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue