mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
Fix a compile warning in parthelper.c
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
912f5e5884
commit
1f703731d3
@ -34,6 +34,7 @@
|
|||||||
|
|
||||||
#include <parted/parted.h>
|
#include <parted/parted.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/* we don't need to include the full internal.h just for this */
|
/* we don't need to include the full internal.h just for this */
|
||||||
#define STREQ(a,b) (strcmp((a),(b)) == 0)
|
#define STREQ(a,b) (strcmp((a),(b)) == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user