aboutsummaryrefslogtreecommitdiff
path: root/src/stream/serial_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/serial_stream.c')
-rw-r--r--src/stream/serial_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/serial_stream.c b/src/stream/serial_stream.c
index 9fb53cf2af..078727b51a 100644
--- a/src/stream/serial_stream.c
+++ b/src/stream/serial_stream.c
@@ -19,7 +19,7 @@
#error "You're defining more than one compression type, which is not allowed (of course)"
#endif
#define HAVE_UNCOMPRESSER 1
-#include "../lib/lzma.c"
+unsigned long ulzma(unsigned char *src, unsigned char *dst);
#endif
#include "../lib/xmodem.c"