gps: fix Snapdragon build

This commit is contained in:
Julian Oes 2016-04-25 14:04:29 +02:00 committed by Lorenz Meier
parent 191afe499c
commit c975d01200

View File

@ -36,13 +36,11 @@
* Driver for the GPS on a serial port
*/
#ifndef __PX4_QURT
#ifdef __PX4_NUTTX
#include <nuttx/clock.h>
#include <nuttx/arch.h>
#endif
#include <fcntl.h>
#endif
#ifndef __PX4_QURT
#include <termios.h>
@ -53,6 +51,7 @@
#endif
#include <fcntl.h>
#include <sys/types.h>
#include <stdint.h>
#include <stdio.h>