Move std.c to arch to avoid conflicts with libc for tests.

Change-Id: I0fc966962413ee12f84058d702e7396e38460f27
diff --git a/src/memiter.c b/src/memiter.c
index 8b9854c..f6064bb 100644
--- a/src/memiter.c
+++ b/src/memiter.c
@@ -16,7 +16,7 @@
 
 #include "hf/memiter.h"
 
-#include "hf/std.h"
+#include "hf/arch/std.h"
 
 /**
  * Initialises the given memory iterator.