Fix building against upstream libdivecomputer
The custom_serial.h header doesn't exist in upstream libdivecomputer. Signed-off-by: Jef Driesen <jef@libdivecomputer.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
71191f1294
commit
241bd9aa15
@ -10,7 +10,9 @@
|
||||
#include <libdivecomputer/version.h>
|
||||
#include <libdivecomputer/device.h>
|
||||
#include <libdivecomputer/parser.h>
|
||||
#ifdef SSRF_CUSTOM_SERIAL
|
||||
#include <libdivecomputer/custom_serial.h>
|
||||
#endif
|
||||
|
||||
#include "dive.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user