diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-10 21:46:12 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-10 21:46:12 -0500 |
commit | 7278ae4b4ccd19c5744e67a8fbcfff5f20ccfc7b (patch) | |
tree | d06acbea5dfa4e7563de09f3208e47be85fe8b30 | |
parent | 60cf448596373c3ce962bcbe2aac3eb4bd74cda1 (diff) | |
download | kima-7278ae4b4ccd19c5744e67a8fbcfff5f20ccfc7b.tar.gz kima-7278ae4b4ccd19c5744e67a8fbcfff5f20ccfc7b.zip |
Updated to build with gcc 4.7.
Thanks to David C. Rankin!
-rw-r--r-- | src/cpufreqd/cpufreqdconnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpufreqd/cpufreqdconnection.h b/src/cpufreqd/cpufreqdconnection.h index 9641b51..c5afbcb 100644 --- a/src/cpufreqd/cpufreqdconnection.h +++ b/src/cpufreqd/cpufreqdconnection.h @@ -22,6 +22,8 @@ #include <tqstring.h> #include <stdint.h> +#include <unistd.h> +#include <sys/types.h> /* Excerpt from cpufreqd_remote.h (cpufreqd-2.0.0) * |