From 1f703731d36483dbfb90d14ff900fa4766b73519 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 10 Dec 2009 17:53:55 +0100 Subject: [PATCH] Fix a compile warning in parthelper.c Signed-off-by: Chris Lalancette --- src/storage/parthelper.c | 1 + 1 file changed, 1 insertion(+) 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)