Pārlūkot izejas kodu

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

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 gadi atpakaļ
vecāks
revīzija
aff4f86448
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      lib_generic/crc32.c

+ 1 - 0
lib_generic/crc32.c

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