File: gcc-4.7.patch

package info (click to toggle)
owx 0~20110415-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 300 kB
  • ctags: 208
  • sloc: cpp: 1,253; sh: 111; makefile: 53
file content (17 lines) | stat: -rw-r--r-- 355 bytes parent folder | 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/667318
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-05-11

--- a/src/file.cc
+++ b/src/file.cc
@@ -5,6 +5,7 @@
 #include "throw.h"
 #include "intl.h"
 #include "file.h"
+#include <unistd.h>
 
 CFileBase::CFileBase(): m_fp(NULL)
 {