From 5db0545e2858da5f79d6461544f94c88f6bf7af9 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Sat, 17 Jul 2010 10:04:56 +0300 Subject: libs: remove ubiutils-specific stuff from common.h Now include/common.h contains things that really everyone can use. And all the stuff specific to ubi-utils is in ubi-utils/include/ubiutils-common.h Signed-off-by: Artem Bityutskiy --- ubi-utils/src/ubinize.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ubi-utils/src/ubinize.c') diff --git a/ubi-utils/src/ubinize.c b/ubi-utils/src/ubinize.c index ab5b0b8..2ff4e29 100644 --- a/ubi-utils/src/ubinize.c +++ b/ubi-utils/src/ubinize.c @@ -34,6 +34,7 @@ #include #include #include "common.h" +#include "ubiutils-common.h" #define PROGRAM_VERSION "1.2" #define PROGRAM_NAME "ubinize" -- cgit v1.2.3