unfortunately, we cannot use time.h, there is a conflict name with std headers
[aversive.git] / projects / microb2010 / tests / hostsim / robotsim.c
index 7ed49f4..713b7f7 100644 (file)
@@ -22,8 +22,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdint.h>
-#include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 #include <fcntl.h>
 
 #include <aversive.h>