提交 1f703731 编写于 作者: C Chris Lalancette

Fix a compile warning in parthelper.c

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 912f5e58
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <parted/parted.h> #include <parted/parted.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
/* we don't need to include the full internal.h just for this */ /* we don't need to include the full internal.h just for this */
#define STREQ(a,b) (strcmp((a),(b)) == 0) #define STREQ(a,b) (strcmp((a),(b)) == 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册