[Forensics-changes] [SCM] debian-forensics/guymager branch, debian, updated. debian/0.6.7-3-6-gfed5ff0

Michael Prokop mika at debian.org
Mon Apr 22 15:07:46 UTC 2013


The following commit has been merged in the debian branch:
commit 499964f65910c780daf0e49f0d950f3498ef021e
Author: Michael Prokop <mika at debian.org>
Date:   Fri Mar 29 11:34:23 2013 +0100

    debian/patches/ftbfs-gcc-4.7.diff: add unistd.h to config.cpp

diff --git a/debian/patches/ftbfs-gcc-4.7.diff b/debian/patches/ftbfs-gcc-4.7.diff
index b1abfe1..f75222b 100644
--- a/debian/patches/ftbfs-gcc-4.7.diff
+++ b/debian/patches/ftbfs-gcc-4.7.diff
@@ -5,7 +5,7 @@
  #include <locale.h>
  #include <pwd.h>
 +#include <unistd.h>
-
+ 
  #include <QApplication>
  #include <QtGui>
 --- a/aewf.cpp
@@ -32,3 +32,13 @@
  //  AEWF definitions
  // ------------------
  
+--- a/config.cpp
++++ b/config.cpp
+@@ -29,6 +29,7 @@
+ #include "common.h"
+ 
+ #include <limits.h>
++#include <unistd.h>
+ //#include "proc/sysinfo.h"  // Required in order to get smp_num_cpus for finding out the number of CPUs in the system
+ 
+ #include <qcolor.h>

-- 
debian-forensics/guymager



More information about the forensics-changes mailing list