Package: rafkill / 1.2.2-6

104_gcc-4.7.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: add include needed by gcc 4.7
Origin: vendor
Bug-Debian: http://bugs.debian.org/667347
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-05-11

--- a/src/system.cpp
+++ b/src/system.cpp
@@ -2,6 +2,7 @@
 #include <strings.h>
 #include <string>
 #include <cstring>
+#include <unistd.h>
 
 #ifdef WINDOWS
 static const char * type(){