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"