diff options
author | Timo Sirainen <cras@irssi.org> | 2000-11-25 23:05:50 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-11-25 23:05:50 +0000 |
commit | 746bd9b4f0b6b54874068bd0c77b021e0dfaaaac (patch) | |
tree | 5dc11de573b9baae7977e556a92add4c4f383410 /src/perl/common/module.h | |
parent | 2e96f68445fc079b142dca7964c831bbe778181b (diff) | |
download | irssi-746bd9b4f0b6b54874068bd0c77b021e0dfaaaac.zip |
added functions from fe-windows.h and window-items.h
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@868 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/module.h')
-rw-r--r-- | src/perl/common/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perl/common/module.h b/src/perl/common/module.h index f456834a..24bc3de6 100644 --- a/src/perl/common/module.h +++ b/src/perl/common/module.h @@ -23,6 +23,7 @@ #include "perl/perl-common.h" #include "fe-common/core/fe-windows.h" +#include "fe-common/core/window-items.h" #include "fe-common/core/themes.h" #include "fe-common/core/keyboard.h" |