From bae945f47bba0218fa3f4a8d3ba9392f54a5002b Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 1 Oct 2023 18:30:34 +0200 Subject: [PATCH] commands-nas: add missing includes Signed-off-by: Alexander Couzens --- commands-nas.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands-nas.c b/commands-nas.c index 148bc7c..eebc2a6 100644 --- a/commands-nas.c +++ b/commands-nas.c @@ -19,9 +19,12 @@ * Boston, MA 02110-1301 USA. */ +#include "uqmi.h" #include "qmi-message.h" #include "commands.h" +#include + static struct qmi_nas_get_tx_rx_info_request tx_rx_req; static struct qmi_nas_set_system_selection_preference_request sel_req; static struct { -- 2.30.2