From c12e14a61d68682e150f6905b46a90ff0e3e9f00 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 12 Dec 2017 16:14:14 -0800 Subject: Update to the latest libdc version This gets us the first merge with the upstream iostream implementation. This requires a small change for serial_ftdi.c to build. Signed-off-by: Dirk Hohndel --- core/serial_ftdi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/serial_ftdi.c b/core/serial_ftdi.c index bfa23b814..6471c2f0d 100644 --- a/core/serial_ftdi.c +++ b/core/serial_ftdi.c @@ -43,6 +43,7 @@ //#define SYSERROR(context, errcode) ERROR(__FILE__ ":" __LINE__ ": %s", strerror(errcode)) #define SYSERROR(context, errcode) ; +#include "libdivecomputer.h" #include #include -- cgit v1.2.3-70-g09d2