Browse Source

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

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 years ago
parent
commit
aff4f86448
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib_generic/crc32.c

+ 1 - 0
lib_generic/crc32.c

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