Fix a compile warning in parthelper.c

Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
Chris Lalancette 2009-12-10 17:53:55 +01:00
parent 912f5e5884
commit 1f703731d3

View 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)