Bug#526208: FTBFS with GCC 4.4: missing #include

2009-04-30 Thread Arnout Engelen
Applied the proposed fix to upstream CVS (untested). On Wed, Apr 29, 2009 at 11:02:18PM +0200, Martin Michlmayr wrote: > Package: nethogs > Version: 0.7.0-1 > User: debian-...@lists.debian.org > Usertags: ftbfs-gcc-4.4 > Tags: patch > > Your package fails to build with GCC 4.4, which has cleaned

Bug#526208: FTBFS with GCC 4.4: missing #include

2009-04-29 Thread Martin Michlmayr
Package: nethogs Version: 0.7.0-1 User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.4 Tags: patch Your package fails to build with GCC 4.4, which has cleaned up some more C++ headers. You always have to #include headers directly and cannot rely for things to be included indirectly. You can