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)