Skip to content

Commit 981c09b

Browse files
jtbaumannjohnlange2
authored andcommitted
drivers: modem: fix includes for modem sms (#165)
Fixed modem sms header to include necessary headers. Signed-off-by: Jared Baumann <[email protected]>
1 parent 1da8a53 commit 981c09b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/modem/modem_sms.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#ifndef ZEPHYR_DRIVERS_MODEM_MODEM_SMS_H_
88
#define ZEPHYR_DRIVERS_MODEM_MODEM_SMS_H_
99

10+
#include <zephyr/drivers/modem/sms.h>
11+
1012
/**
1113
* @brief Notify all registered callbacks of a received SMS message
1214
*

0 commit comments

Comments
 (0)