about summary refs log tree commit diff stats
path: root/src/ui/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-24 04:13:28 +0100
committerJames Booth <boothj5@gmail.com>2015-05-24 04:13:28 +0100
commit80665ea0514a6a9b93af7858a3db1467091f80df (patch)
tree4637310015e3389135f5edd46d767f28eea46f71 /src/ui/windows.h
parent2241473ee62b7d5d60d20ef0c264e6080cbba8db (diff)
downloadprofani-tty-80665ea0514a6a9b93af7858a3db1467091f80df.tar.gz
Added rooms iq test
Diffstat (limited to 'src/ui/windows.h')
-rw-r--r--src/ui/windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/windows.h b/src/ui/windows.h
index 97183d51..4cc527ca 100644
--- a/src/ui/windows.h
+++ b/src/ui/windows.h
@@ -35,6 +35,8 @@
 #ifndef UI_WINDOWS_H
 #define UI_WINDOWS_H
 
+#include "ui/window.h"
+
 void wins_init(void);
 
 ProfWin * wins_new_xmlconsole(void);