BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h

This is needed for div_64_32() which is there and currently accidently
inherited via global.h!
diff --git a/include/proto/freq_ctr.h b/include/proto/freq_ctr.h
index 184cdc6..ff13ea8 100644
--- a/include/proto/freq_ctr.h
+++ b/include/proto/freq_ctr.h
@@ -23,6 +23,7 @@
 #define _PROTO_FREQ_CTR_H
 
 #include <common/config.h>
+#include <common/standard.h>
 #include <common/time.h>
 #include <common/hathreads.h>
 #include <types/freq_ctr.h>