From d48ea364ffaace3b1a3e2eb2071c57408fcb61c3 Mon Sep 17 00:00:00 2001 From: Mirela Chirica Date: Mon, 30 Sep 2019 14:01:05 +0300 Subject: [PATCH] Cellular: Include of errno.h needed for Mac OS X --- features/cellular/framework/AT/ATHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/features/cellular/framework/AT/ATHandler.cpp b/features/cellular/framework/AT/ATHandler.cpp index 295967691b..540f12577c 100644 --- a/features/cellular/framework/AT/ATHandler.cpp +++ b/features/cellular/framework/AT/ATHandler.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include "ATHandler.h" #include "mbed_poll.h" #include "FileHandle.h"