aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r--src/lua/lua_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h
index cc2b94390..b46c0bfc9 100644
--- a/src/lua/lua_common.h
+++ b/src/lua/lua_common.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Vsevolod Stakhov
+ * Copyright 2024 Vsevolod Stakhov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
#include "config.h"
+
/* Lua headers do not have __cplusplus guards... */
#ifdef __cplusplus
extern "C" {
@@ -40,6 +41,7 @@ extern "C" {
#include "rspamd.h"
#include "ucl.h"
#include "lua_ucl.h"
+#include "lua_classnames.h"
#ifdef __cplusplus
extern "C" {