summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-10 21:46:12 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-10 21:46:12 -0500
commit7278ae4b4ccd19c5744e67a8fbcfff5f20ccfc7b (patch)
treed06acbea5dfa4e7563de09f3208e47be85fe8b30
parent60cf448596373c3ce962bcbe2aac3eb4bd74cda1 (diff)
downloadkima-7278ae4b.tar.gz
kima-7278ae4b.zip
Updated to build with gcc 4.7.
Thanks to David C. Rankin!
-rw-r--r--src/cpufreqd/cpufreqdconnection.h2
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)
*