[U-Boot-Users] [PATCH] lib_generic/crc32.c: add missing #include <watchdog.h>

Wolfgang Denk wd at denx.de
Fri Apr 25 12:48:12 CEST 2008


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 lib_generic/crc32.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib_generic/crc32.c b/lib_generic/crc32.c
index 32e72f9..73070de 100644
--- a/lib_generic/crc32.c
+++ b/lib_generic/crc32.c
@@ -13,6 +13,7 @@
 #else
 #include <stdint.h>
 #endif
+#include <watchdog.h>
 
 #include "zlib.h"
 
-- 
1.5.4.2





More information about the U-Boot mailing list