about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:05:24 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:05:24 +0100
commitcc32bb773811cbdc098f27ce32cb389e6a0163a9 (patch)
treec185bc76e54f9525fb68f249e5b70e3e640f6c91 /src/profanity.c
parent2af0d38e3d9b766ec1fd1bd85edd899d01047a2b (diff)
downloadprofani-tty-cc32bb773811cbdc098f27ce32cb389e6a0163a9.tar.gz
Moved resource.c
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 8dec09cf..5955ae72 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -68,7 +68,7 @@
 #ifdef HAVE_LIBGPGME
 #include "pgp/gpg.h"
 #endif
-#include "resource.h"
+#include "xmpp/resource.h"
 #include "xmpp/xmpp.h"
 #include "ui/ui.h"
 #include "window_list.h"