diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 19:55:14 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 20:08:44 +0200 |
commit | 31e6b7564e279253d497daf6307ad2b18f6eba2d (patch) | |
tree | 65ac5752f00efd718f7b47ff23a408994fa5ebd2 | |
parent | 585f68f4f7e9227451f6314eb6d10cb0fd54fb1e (diff) | |
download | profani-tty-31e6b7564e279253d497daf6307ad2b18f6eba2d.tar.gz |
Include xmpp and message header to database.c
That was pulled in through log.h.
-rw-r--r-- | src/database.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database.c b/src/database.c index 6e10b222..0ccd422a 100644 --- a/src/database.c +++ b/src/database.c @@ -46,6 +46,8 @@ #include "log.h" #include "common.h" #include "config/files.h" +#include "xmpp/xmpp.h" +#include "xmpp/message.h" static sqlite3* g_chatlog_database; |