about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 19:47:41 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 19:47:41 +0000
commit1d3739bb79d0e56af83bd1a5f3a3606740cc3ade (patch)
treed997b37f1110d17c7898d134a3e962b3c52a6697 /src/profanity.c
parent029a0161035778c3e2803f44cfda4b4cb801ceb5 (diff)
downloadprofani-tty-1d3739bb79d0e56af83bd1a5f3a3606740cc3ade.tar.gz
Added xmpp subdir to source
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index f3fb2bfc..2cb028f7 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -42,7 +42,7 @@
 #include "muc.h"
 #include "theme.h"
 #include "ui.h"
-#include "xmpp.h"
+#include "xmpp/xmpp.h"
 
 static log_level_t _get_log_level(char *log_level);
 static gboolean _process_input(char *inp);