summaryrefslogtreecommitdiff
path: root/lib/crc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc16.c')
-rw-r--r--lib/crc16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc16.c b/lib/crc16.c
index 763ae33f34..25bdfd8e72 100644
--- a/lib/crc16.c
+++ b/lib/crc16.c
@@ -22,7 +22,7 @@
*==========================================================================
*/
-#include "crc.h"
+#include <u-boot/crc.h>
/* Table of CRC constants - implements x^16+x^12+x^5+1 */
static const uint16_t crc16_tab[] = {