From: Chris Lalancette Date: Thu, 10 Dec 2009 16:53:55 +0000 (+0100) Subject: Fix a compile warning in parthelper.c X-Git-Tag: v0.7.6~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f703731d36483dbfb90d14ff900fa4766b73519;p=thirdparty%2Flibvirt.git Fix a compile warning in parthelper.c Signed-off-by: Chris Lalancette --- diff --git a/src/storage/parthelper.c b/src/storage/parthelper.c index 5df46e8d23..ab04842273 100644 --- a/src/storage/parthelper.c +++ b/src/storage/parthelper.c @@ -34,6 +34,7 @@ #include #include +#include /* we don't need to include the full internal.h just for this */ #define STREQ(a,b) (strcmp((a),(b)) == 0)