]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
lib_generic/crc32.c: add missing #include <watchdog.h>
authorWolfgang Denk <wd@denx.de>
Fri, 25 Apr 2008 10:41:53 +0000 (12:41 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 25 Apr 2008 10:41:53 +0000 (12:41 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
lib_generic/crc32.c

index 32e72f999ae0eacb1a66d21957141e0a6d23e9fd..73070de400a1b5dbb69ce8fbf5b3ae38cfb12c38 100644 (file)
@@ -13,6 +13,7 @@
 #else
 #include <stdint.h>
 #endif
+#include <watchdog.h>
 
 #include "zlib.h"