diff mbox series

[1/2] Fix building suricatta's Lua module

Message ID 20230904075103.43717-1-stefano.babic@swupdate.org
State Accepted
Delegated to: Stefano Babic
Headers show
Series [1/2] Fix building suricatta's Lua module | expand

Commit Message

Stefano Babic Sept. 4, 2023, 7:51 a.m. UTC
Commit 7afd800f renamed suricatta_private.h without fixing the path into
the Lua module.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 suricatta/server_lua.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/suricatta/server_lua.c b/suricatta/server_lua.c
index 14167fe6..2bcbbf4c 100644
--- a/suricatta/server_lua.c
+++ b/suricatta/server_lua.c
@@ -33,7 +33,7 @@ 
 #include <bootloader.h>
 #include <swupdate_settings.h>
 #include <swupdate_dict.h>
-#include "suricatta_private.h"
+#include "server_utils.h"
 #include "suricatta/server.h"
 
 #define CONFIG_SECTION "suricatta"