Convert CONFIG_SYS_IMMR to Kconfig
[platform/kernel/u-boot.git] / lib / circbuf.c
index 071e4fb..fa79c14 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <log.h>
 #include <malloc.h>
 
 #include <circbuf.h>