Skip to content

Commit

Permalink
LLVM Compile Fix (#2)
Browse files Browse the repository at this point in the history
* include ctype
  • Loading branch information
renesas-adam-benson authored Sep 4, 2024
1 parent 180d57f commit cb394fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ewf_adapter_api_modem_network_service.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* @brief The Embedded Wireless Framework modem API (3GPP) implementation.
****************************************************************************/

#include <ctype.h>

#include "ewf_adapter_api_modem.h"
#include "ewf_adapter.h"

Expand Down
2 changes: 2 additions & 0 deletions src/ewf_adapter_renesas_common_internet.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* brief The Embedded Wireless Framework Renesas common Internet(TCP+UDP) implementation
****************************************************************************/

#include <ctype.h>

#include "ewf_adapter_renesas_common.h"
#include "ewf_platform.h"
#include "ewf_lib.h"
Expand Down

0 comments on commit cb394fd

Please sign in to comment.