diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 19:57:30 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 20:08:44 +0200 |
commit | 9eec0ce26e4749c863430912fb3664f4b27761ae (patch) | |
tree | 5f9367b9d8acc9ed3cd2fd001506f0b6fa029935 | |
parent | 99e93f6b8b900025b8a57d6d7181b11063ed0dbd (diff) | |
download | profani-tty-9eec0ce26e4749c863430912fb3664f4b27761ae.tar.gz |
Include common.h and xmpp.h in editor.c
That was pulled in through log.h
-rw-r--r-- | src/tools/editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/editor.c b/src/tools/editor.c index 6fcc08bb..d7d5102e 100644 --- a/src/tools/editor.c +++ b/src/tools/editor.c @@ -44,6 +44,8 @@ #include "config/files.h" #include "config/preferences.h" #include "log.h" +#include "common.h" +#include "xmpp/xmpp.h" // Returns true if an error occurred gboolean |