control_system: fix compilation of test with hostsim
[aversive.git] / modules / devices / control_system / control_system_manager / test / main.c
index 2a02e32..15db33c 100755 (executable)
 #include <quadramp.h>
 #include <control_system_manager.h>
 
+#ifdef HOST_VERSION
+#include <hostsim.h>
+#endif
+
 #define MAX_SPEED 10000
 static int32_t motor_speed=0;
 static int32_t motor_pos=0;