phy: atheros: ar8035: Fix clock output calculation
[oweals/u-boot.git] / lib / binman.c
index 1774bdf2e5c60c14f0e21ada30890eca877728f2..fd7de24bd238a1a2b2916ba8998ea19ad257796a 100644 (file)
@@ -9,6 +9,8 @@
 #include <common.h>
 #include <binman.h>
 #include <dm.h>
+#include <log.h>
+#include <malloc.h>
 
 struct binman_info {
        ofnode image;