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

pull/11597/head
Mirela Chirica 2019-09-30 14:01:05 +03:00
parent 1319843042
commit 865a504542
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"