mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Include of errno.h needed for Mac OS X
parent
f295272b3b
commit
d48ea364ff
|
@ -18,6 +18,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <errno.h>
|
||||||
#include "ATHandler.h"
|
#include "ATHandler.h"
|
||||||
#include "mbed_poll.h"
|
#include "mbed_poll.h"
|
||||||
#include "FileHandle.h"
|
#include "FileHandle.h"
|
||||||
|
|
Loading…
Reference in New Issue