Description: add includes needed by gcc 4.7
Origin: vendor
Bug-Debian: http://bugs.debian.org/667295
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-05-10

--- a/src/cpustatus.cc
+++ b/src/cpustatus.cc
@@ -28,6 +28,7 @@
 #include <assert.h>
 #include <sys/types.h>
 #include <sys/sysctl.h>
+#include <unistd.h>
 #ifdef __FreeBSD__
 #include <sys/proc.h>
 #endif
--- a/src/outputfile.cc
+++ b/src/outputfile.cc
@@ -22,6 +22,7 @@
 #include "outputfile.h"
 
 #include <stdarg.h>
+#include <unistd.h>
 
 
 // ###### Constructor #######################################################
