From 40cf257dba8bc3a7e7c688b72c6586b49f8344d0 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 15 Aug 2016 21:47:12 -0700 Subject: I can not figure out why this file will not C99. Punt. --- driver_nmea2000.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'driver_nmea2000.c') diff --git a/driver_nmea2000.c b/driver_nmea2000.c index c5c6a8b1..ab9e87b4 100644 --- a/driver_nmea2000.c +++ b/driver_nmea2000.c @@ -4,6 +4,10 @@ * This file is Copyright (c) 2012 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. */ + +/* I can not figure out why this file will not compile C99 */ +#undef _ISOC99_SOURCE + #include #include #include @@ -15,8 +19,8 @@ #include #include #include -#include #include +#include #include "gpsd.h" #include "libgps.h" -- cgit v1.2.1