diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-20 01:14:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-20 01:14:03 -0500 |
commit | 0e4d830f721d42a065d558e2ce3ee92fba275a38 (patch) | |
tree | 471bdf9bcc0abbe17f3e8c5b67001cf2d2b7476b /src/kima.h | |
parent | c1566ae0071df409801b3a9173a1c9c524f428f5 (diff) | |
download | kima-0e4d830f721d42a065d558e2ce3ee92fba275a38.tar.gz kima-0e4d830f721d42a065d558e2ce3ee92fba275a38.zip |
Fix FTBFS
Thanks to David Rankin for the patch!
Diffstat (limited to 'src/kima.h')
-rw-r--r-- | src/kima.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ #include <config.h> #endif +#include <list> + #include <kpanelapplet.h> #include "sources/source.h" #include "cpufreqd/cpufreqd.h" |