diff options
| author | 2026-04-08 08:18:33 +0100 | |
|---|---|---|
| committer | 2026-04-08 08:18:33 +0100 | |
| commit | c9babf7a5b730457ec9ec6380e031c42c30d1f29 (patch) | |
| tree | 1e09978a8738957df7dfb3a07500f16eb7b7a2c8 /modules/extra/sqlite3.cpp | |
| parent | Use line comments in the config header. (diff) | |
Fix the double whitespace after some extra module headers.
Diffstat (limited to 'modules/extra/sqlite3.cpp')
| -rw-r--r-- | modules/extra/sqlite3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/extra/sqlite3.cpp b/modules/extra/sqlite3.cpp index 77c691c5b..70f5ef5c7 100644 --- a/modules/extra/sqlite3.cpp +++ b/modules/extra/sqlite3.cpp @@ -31,6 +31,7 @@ /// $PackageInfo: require_system("debian~") libsqlite3-dev pkg-config /// $PackageInfo: require_system("rhel~") pkgconfig sqlite-devel + #include "inspircd.h" #include "modules/sql.h" #include "utility/string.h" |
