[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#539105: sffview: include stdio.h header file



Package: sffview
Version: 0.4-3
Severity: wishlist
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch



Hello dear maintainer,

In Ubuntu, we've applied the attached patch to achieve the following:

  * common.cpp:
    + Included missing stdio.h library. Fixes FTBFS (LP: #381535)

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- sffview-0.4.orig/common.cpp
+++ sffview-0.4/common.cpp
@@ -46,6 +46,7 @@
 
 #include <cassert>
 #include <iostream>
+#include <stdio.h>
 
 using namespace std;
 

Reply to: