summaryrefslogtreecommitdiff
path: root/tools/pbl_crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pbl_crc32.c')
-rw-r--r--tools/pbl_crc32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pbl_crc32.c b/tools/pbl_crc32.c
index 06da1d92ff..9b1ca55348 100644
--- a/tools/pbl_crc32.c
+++ b/tools/pbl_crc32.c
@@ -5,6 +5,7 @@
* Cleaned up and refactored by Charles Manning.
*/
#include "pblimage.h"
+#include <u-boot/crc.h>
static uint32_t crc_table[256];
static int crc_table_valid;