From e96b4e48af180939cb470cda618998c07a8ae29c Mon Sep 17 00:00:00 2001 From: Gautier Hattenberger Date: Tue, 29 Dec 2015 00:08:32 +0100 Subject: [PATCH] fix header include in nps --- sw/simulator/nps/nps_autopilot_rotorcraft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/simulator/nps/nps_autopilot_rotorcraft.c b/sw/simulator/nps/nps_autopilot_rotorcraft.c index 823a7099a0c..b3563cf196b 100644 --- a/sw/simulator/nps/nps_autopilot_rotorcraft.c +++ b/sw/simulator/nps/nps_autopilot_rotorcraft.c @@ -39,7 +39,7 @@ #include "subsystems/abi.h" -#include "messages.h" +#include "pprzlink/messages.h" #include "subsystems/datalink/downlink.h" // for datalink_time hack