lib_generic/crc32.c: add missing #include <watchdog.h>

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-04-25 12:41:53 +02:00
parent 03ccdbcd56
commit aff4f86448

View File

@ -13,6 +13,7 @@
#else
#include <stdint.h>
#endif
#include <watchdog.h>
#include "zlib.h"