diff options
Diffstat (limited to 'post/post.c')
-rw-r--r-- | post/post.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post/post.c b/post/post.c index f27138ddaaf..696a60f70a7 100644 --- a/post/post.c +++ b/post/post.c @@ -6,6 +6,7 @@ #include <common.h> #include <env.h> +#include <malloc.h> #include <stdio_dev.h> #include <time.h> #include <watchdog.h> |