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:10:58 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:10:58 +0100
commit8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (patch)
tree665a9276839314617bbe8bbbc26f58f5d1797673 /src/profanity.c
parent90b9b48ab957f72aba9db664104ec04df986877e (diff)
downloadprofani-tty-8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280.tar.gz
Moved tray.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 691f39d7..456cae3b 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -38,7 +38,7 @@
 #endif
 
 #ifdef HAVE_GTK
-#include "tray.h"
+#include "ui/tray.h"
 #endif
 #include <locale.h>
 #include <signal.h>