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:
Jef Driesen 2017-04-13 23:55:32 +02:00 committed by Dirk Hohndel
parent 71191f1294
commit 241bd9aa15

View file

@ -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"