[libvirt] [PATCH] Fix a compile warning in parthelper.c

Chris Lalancette clalance at redhat.com
Fri Jan 22 14:46:01 UTC 2010


On 01/22/2010 04:07 AM, Daniel Veillard wrote:
> On Thu, Jan 21, 2010 at 11:33:18AM -0500, Chris Lalancette wrote:
>> Signed-off-by: Chris Lalancette <clalance at redhat.com>
>> ---
>>  src/storage/parthelper.c |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/src/storage/parthelper.c b/src/storage/parthelper.c
>> index 5df46e8..ab04842 100644
>> --- a/src/storage/parthelper.c
>> +++ b/src/storage/parthelper.c
>> @@ -34,6 +34,7 @@
>>  
>>  #include <parted/parted.h>
>>  #include <stdio.h>
>> +#include <string.h>
>>  
>>  /* we don't need to include the full internal.h just for this */
>>  #define STREQ(a,b) (strcmp((a),(b)) == 0)
> 
>  ACK,

Thanks, pushed.

-- 
Chris Lalancette




More information about the libvir-list mailing list