diff options
| author | Paul W. Frields <stickster@gmail.com> | 2012-03-03 01:30:22 -0500 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2012-03-03 01:42:07 -0500 |
| commit | 28cc3ac9d3890cdfebc6705cce736ba6ade2549a (patch) | |
| tree | 61c6c5d1750a3c7226bd73f02a4daffb915f2101 /src/pyirssi.h | |
| parent | 8a53fee1a58b906c41eec378f5db7477e3eba926 (diff) | |
| download | irssi-python-build-against-fixed-rpm.tar.gz irssi-python-build-against-fixed-rpm.tar.xz irssi-python-build-against-fixed-rpm.zip | |
Revert a couple changesbuild-against-fixed-rpm
This will allow building against an irssi RPM that's been fixed to
include missing headers from src/fe-text.
Diffstat (limited to 'src/pyirssi.h')
| -rw-r--r-- | src/pyirssi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyirssi.h b/src/pyirssi.h index d3f4b34..2dc4e45 100644 --- a/src/pyirssi.h +++ b/src/pyirssi.h @@ -8,7 +8,7 @@ #include "commands.h" #include "settings.h" #include "printtext.h" -#include "statusbar-item.h" +#include "statusbar.h" #include "mainwindows.h" #include "window-items.h" #include "window-activity.h" |
