mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-01 22:33:30 +00:00
make: config -- Add testing if we have libbsd installed
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
5f00a9ca40
commit
0bae3bc181
3 changed files with 28 additions and 2 deletions
|
|
@ -4,6 +4,10 @@
|
|||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef CONFIG_HAS_LIBBSD
|
||||
# include <bsd/string.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef CONFIG_HAS_STRLCPY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue