From 32e6ae4efae4f4dba71c032c5e2ad0f128edc6cc Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 19 Aug 2019 12:39:08 -0700 Subject: [PATCH] Deepblu Cosmiq+: fix missing prototype Apparently I never added the new deepblu.h header file to the parser, and never noticed. But then Travis complains on the iOS build. Good catch, Travis. Signed-off-by: Linus Torvalds --- src/parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parser.c b/src/parser.c index 11e3975..5e347bd 100644 --- a/src/parser.c +++ b/src/parser.c @@ -58,6 +58,7 @@ #include "cochran_commander.h" #include "tecdiving_divecomputereu.h" #include "garmin.h" +#include "deepblu.h" #include "context-private.h" #include "parser-private.h"