GCS_MAVLink: fix compiler error

This commit is contained in:
Randy Mackay 2014-12-11 16:26:26 +09:00
parent e581e81da5
commit b54b7b7448

View File

@ -18,11 +18,11 @@
/// @file MAVLink_routing.h
/// @brief handle routing of MAVLink packets by sysid/componentid
#include <stdio.h>
#include <AP_HAL.h>
#include <AP_Common.h>
#include <GCS.h>
#include <MAVLink_routing.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal;