mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue