From 4384f08929dfa34be179e5222395d5d3526f1618 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 23 Jun 2016 14:39:28 +0200 Subject: [PATCH] Fix build with Visual Studio. --- console/shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/console/shell.c b/console/shell.c index 850446ab7..3427fa601 100644 --- a/console/shell.c +++ b/console/shell.c @@ -39,6 +39,7 @@ #endif #include "ortp/ortp.h" +#include #define DEFAULT_REPLY_SIZE 4096