diff options
author | James Booth <boothj5@gmail.com> | 2015-10-27 00:27:02 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-27 00:27:02 +0000 |
commit | 795360f446ee11b9d8d4426a06f7f85c05ff383b (patch) | |
tree | 40667b256177627239d86bd47b31cc2f66fe1146 | |
parent | 124aaa9809ee13b382f47f6f3e175bd7fdb98dc5 (diff) | |
download | profani-tty-795360f446ee11b9d8d4426a06f7f85c05ff383b.tar.gz |
Added missing include
-rw-r--r-- | src/otr/otrlibv3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c index 8343f19f..c32bd239 100644 --- a/src/otr/otrlibv3.c +++ b/src/otr/otrlibv3.c @@ -36,6 +36,7 @@ #include <libotr/message.h> #include "ui/ui.h" +#include "window_list.h" #include "otr/otr.h" #include "otr/otrlib.h" |