Cellular: Include of errno.h needed for Mac OS X

pull/11696/head
Mirela Chirica 2019-09-30 14:01:05 +03:00 committed by adbridge
parent f295272b3b
commit d48ea364ff
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <ctype.h>
#include <stdio.h>
#include <limits.h>
#include <errno.h>
#include "ATHandler.h"
#include "mbed_poll.h"
#include "FileHandle.h"