Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include stdint in cellular types header file #53

Merged
merged 9 commits into from
Nov 5, 2021
1 change: 0 additions & 1 deletion source/include/cellular_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

/* IoT Cellular data types. */
#include "cellular_types.h"
#include "cellular_common.h"

/* Hardware interface. */
#include "cellular_comm_interface.h"
Expand Down
2 changes: 2 additions & 0 deletions source/include/cellular_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
#endif
/* *INDENT-ON* */

/* Includes for standard bool and int. */
#include <stdbool.h>
#include <stdint.h>

/**
* @ingroup cellular_datatypes_paramstructs
Expand Down