From 083ee79e5b6acbd08008965cbca496eb61957fa4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Jan 2012 11:56:12 -0500 Subject: [PATCH] fix missing strptime prototype Signed-off-by: Mike Frysinger --- gpsutils.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gpsutils.c b/gpsutils.c index a1530ec..cc47d52 100644 --- a/gpsutils.c +++ b/gpsutils.c @@ -3,6 +3,8 @@ * This file is Copyright (c) 2010 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. */ +#define _XOPEN_SOURCE 700 + #include #include #include -- 1.7.8.3