diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 19:07:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-27 19:07:51 -0600 |
commit | ad685997cde1fc6d0a5def0fe8c6dfb0f81ded2c (patch) | |
tree | 5b8ac52e15166c53315992cb2a87cc28643f1ab4 /src/wlassistant.h | |
parent | bf4f321c3b94af160910a0d7d9cf7b1fa1a76bda (diff) | |
download | wlassistant-ad685997cde1fc6d0a5def0fe8c6dfb0f81ded2c.tar.gz wlassistant-ad685997cde1fc6d0a5def0fe8c6dfb0f81ded2c.zip |
Fix FTBFS
Diffstat (limited to 'src/wlassistant.h')
-rw-r--r-- | src/wlassistant.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wlassistant.h b/src/wlassistant.h index 03a9c54..4951e8f 100644 --- a/src/wlassistant.h +++ b/src/wlassistant.h @@ -24,6 +24,8 @@ //connection check interval in msec #define WA_CONNECTION_CHECK_INTERVAL 5000 +#include <tqlistview.h> + #include "ui_main.h" #include "waconfig.h" |