File: 06_gcc44.diff

package info (click to toggle)
libofa 0.9.3-25
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: cpp: 24,487; sh: 8,366; makefile: 48; ansic: 14
file content (20 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Martin Michlmayr <tbm@cyrius.com>
Subject: FTBFS with GCC 4.4: missing #include
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504902
Forwarded: no
---
 examples/example.cpp |    1 +
 1 file changed, 1 insertion(+)

Index: libofa-0.9.3/examples/example.cpp
===================================================================
--- libofa-0.9.3.orig/examples/example.cpp
+++ libofa-0.9.3/examples/example.cpp
@@ -8,6 +8,7 @@
 -------------------------------------------------------------------*/
 
 #include "protocol.h"
+#include <cstdio>
 #include <cctype>
 #include <string.h>