From 5e1ce413af18bc533abc8bcd44d896a6990b2fa1 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Sun, 4 Oct 2015 22:31:17 +0200 Subject: [PATCH] Fix compiler warnings --- apps/shell/shell-crc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/shell/shell-crc.c b/apps/shell/shell-crc.c index 315ca18e2..b3234577a 100644 --- a/apps/shell/shell-crc.c +++ b/apps/shell/shell-crc.c @@ -50,6 +50,7 @@ #define HAVE_ALLOCA 0 #else #define HAVE_ALLOCA 1 +#include #endif #define DEBUG 0