]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix a compile warning in parthelper.c
authorChris Lalancette <clalance@redhat.com>
Thu, 10 Dec 2009 16:53:55 +0000 (17:53 +0100)
committerChris Lalancette <clalance@redhat.com>
Fri, 22 Jan 2010 14:37:09 +0000 (09:37 -0500)
Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/storage/parthelper.c

index 5df46e8d23b129b86d97686622ec3245ffc1b734..ab04842273bdb844f6a4502538e521383a1bcbd0 100644 (file)
@@ -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)