AP_Gripper: build fix for ChibiOS

This commit is contained in:
Andrew Tridgell 2018-01-05 18:33:46 +11:00
parent ec81f905f4
commit 340d85642e

View File

@ -10,9 +10,10 @@
#include "AP_Gripper_EPM.h" #include "AP_Gripper_EPM.h"
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#include <AP_BoardConfig/AP_BoardConfig.h> #include <AP_BoardConfig/AP_BoardConfig.h>
#ifdef UAVCAN_NODE_FILE
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <stdio.h>
#include <cstdio> #endif
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;