diff options
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/avatar.c | 2 | ||||
-rw-r--r-- | src/xmpp/blocking.c | 2 | ||||
-rw-r--r-- | src/xmpp/chat_session.c | 2 | ||||
-rw-r--r-- | src/xmpp/chat_state.c | 2 | ||||
-rw-r--r-- | src/xmpp/contact.c | 2 | ||||
-rw-r--r-- | src/xmpp/jid.c | 2 | ||||
-rw-r--r-- | src/xmpp/muc.c | 2 | ||||
-rw-r--r-- | src/xmpp/omemo.c | 2 | ||||
-rw-r--r-- | src/xmpp/ox.c | 2 | ||||
-rw-r--r-- | src/xmpp/resource.c | 2 | ||||
-rw-r--r-- | src/xmpp/roster_list.c | 2 |
11 files changed, 22 insertions, 0 deletions
diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index 6adcaa24..25889a75 100644 --- a/src/xmpp/avatar.c +++ b/src/xmpp/avatar.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <glib.h> #include <string.h> #include <stdio.h> diff --git a/src/xmpp/blocking.c b/src/xmpp/blocking.c index 036e2582..34614679 100644 --- a/src/xmpp/blocking.c +++ b/src/xmpp/blocking.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <stdlib.h> #include <string.h> diff --git a/src/xmpp/chat_session.c b/src/xmpp/chat_session.c index 56d92862..f62f090c 100644 --- a/src/xmpp/chat_session.c +++ b/src/xmpp/chat_session.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <stdlib.h> #include <string.h> #include <assert.h> diff --git a/src/xmpp/chat_state.c b/src/xmpp/chat_state.c index ad236a43..2ebe7459 100644 --- a/src/xmpp/chat_state.c +++ b/src/xmpp/chat_state.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <stdlib.h> #include <assert.h> diff --git a/src/xmpp/contact.c b/src/xmpp/contact.c index cb1b7f05..f31fb16e 100644 --- a/src/xmpp/contact.c +++ b/src/xmpp/contact.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <assert.h> #include <stdlib.h> #include <string.h> diff --git a/src/xmpp/jid.c b/src/xmpp/jid.c index 32743cb4..33c3d19f 100644 --- a/src/xmpp/jid.c +++ b/src/xmpp/jid.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <stdlib.h> #include <string.h> diff --git a/src/xmpp/muc.c b/src/xmpp/muc.c index 0e42bef5..76e28003 100644 --- a/src/xmpp/muc.c +++ b/src/xmpp/muc.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <stdlib.h> #include <string.h> #include <assert.h> diff --git a/src/xmpp/omemo.c b/src/xmpp/omemo.c index 917e6f19..be81ba62 100644 --- a/src/xmpp/omemo.c +++ b/src/xmpp/omemo.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <glib.h> #include "log.h" diff --git a/src/xmpp/ox.c b/src/xmpp/ox.c index 7a823bf0..e1fb1738 100644 --- a/src/xmpp/ox.c +++ b/src/xmpp/ox.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <glib.h> #include <assert.h> diff --git a/src/xmpp/resource.c b/src/xmpp/resource.c index 9e8e1a8b..007a97c0 100644 --- a/src/xmpp/resource.c +++ b/src/xmpp/resource.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <assert.h> #include <stdlib.h> #include <string.h> diff --git a/src/xmpp/roster_list.c b/src/xmpp/roster_list.c index f0d4ba86..04d16a17 100644 --- a/src/xmpp/roster_list.c +++ b/src/xmpp/roster_list.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include <string.h> #include <stdlib.h> #include <assert.h> |