forked from ariadne/pkgconf
stdinc: include strings.h on POSIX
parent
40131312ec
commit
cf48b61a59
|
@ -59,6 +59,7 @@
|
||||||
# include <dirent.h>
|
# include <dirent.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# include <limits.h>
|
# include <limits.h>
|
||||||
|
# include <strings.h>
|
||||||
# ifdef PATH_MAX
|
# ifdef PATH_MAX
|
||||||
# define PKGCONF_ITEM_SIZE (PATH_MAX + 1024)
|
# define PKGCONF_ITEM_SIZE (PATH_MAX + 1024)
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Reference in New Issue