flash: Move access rate estimate from transport header

Change-Id: Ie20b2cadf1a7eea2ea00bc1c134b2dbb1a23a69d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/protocol.c b/protocol.c
index c66f2df..4160e6e 100644
--- a/protocol.c
+++ b/protocol.c
@@ -5,6 +5,7 @@
 #include <errno.h>
 #include <stdint.h>
 
+#include "flash.h"
 #include "mbox.h"
 #include "lpc.h"
 #include "transport_mbox.h" /* TODO: Remove dependency on transport_mbox.h */