summaryrefslogtreecommitdiffstats
path: root/pyirssi.h
diff options
context:
space:
mode:
Diffstat (limited to 'pyirssi.h')
-rw-r--r--pyirssi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyirssi.h b/pyirssi.h
index 0313354..b4fb17c 100644
--- a/pyirssi.h
+++ b/pyirssi.h
@@ -6,6 +6,7 @@
#include "common.h"
#include "modules.h"
#include "commands.h"
+#include "settings.h"
#include "printtext.h"
#include "window-items.h"
#include "window-activity.h"
@@ -18,9 +19,11 @@
#include "chatnets.h"
#include "servers-reconnect.h"
#include "masks.h"
+#include "misc.h"
#include "rawlog.h"
#include "log.h"
#include "ignore.h"
#include "fe-exec.h"
+#include "pidwait.h"
#endif