mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
* src/network_conf.c: Include <string.h> for declaration of memcmp.
This commit is contained in:
parent
05589b72c4
commit
9801d7c595
@ -1,3 +1,7 @@
|
|||||||
|
Tue Oct 28 10:22:22 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
* src/network_conf.c: Include <string.h> for declaration of memcmp.
|
||||||
|
|
||||||
Mon Oct 27 17:14:56 +0100 2008 Jim Meyering <meyering@redhat.com>
|
Mon Oct 27 17:14:56 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
use ARRAY_CARDINALITY more
|
use ARRAY_CARDINALITY more
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <string.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user