From cfc454623e9e2bc084168aa617ce93a61309fe2c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 29 Dec 2015 15:21:24 +0100 Subject: [PATCH] Fix build in debugging mode --- src/modems/hayes/channel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modems/hayes/channel.c b/src/modems/hayes/channel.c index 518260c..55d183d 100644 --- a/src/modems/hayes/channel.c +++ b/src/modems/hayes/channel.c @@ -16,6 +16,9 @@ #include +#ifdef DEBUG +# include +#endif #include "command.h" #include "channel.h"