summaryrefslogtreecommitdiffstats
path: root/common/uimage.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-11 10:50:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-15 12:21:44 +0200
commitdb33f32842973245f0adcae2fb7fd23ec4325630 (patch)
treeb674d9a2a03de090876dfd54abbbc9efb218de2f /common/uimage.c
parent4e9f324d37e98823eb7179a239d412e9786d9938 (diff)
downloadbarebox-db33f32842973245f0adcae2fb7fd23ec4325630.tar.gz
barebox-db33f32842973245f0adcae2fb7fd23ec4325630.tar.xz
include: move crc specific stuff to crc.h
We have a crc.h, so move our crc function prototypes there to further cleanup common.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/uimage.c')
-rw-r--r--common/uimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/uimage.c b/common/uimage.c
index 59d7b65c90..34daf70dc1 100644
--- a/common/uimage.c
+++ b/common/uimage.c
@@ -21,6 +21,7 @@
#include <image.h>
#include <malloc.h>
#include <errno.h>
+#include <crc.h>
#include <libbb.h>
#include <libfile.h>
#include <uncompress.h>