Skip to content

Commit 865a504

Browse files
author
Mirela Chirica
committed
Cellular: Include of errno.h needed for Mac OS X
1 parent 1319843 commit 865a504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/cellular/framework/AT/ATHandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <ctype.h>
1919
#include <stdio.h>
2020
#include <limits.h>
21+
#include <errno.h>
2122
#include "ATHandler.h"
2223
#include "mbed_poll.h"
2324
#include "FileHandle.h"

0 commit comments

Comments
 (0)