Description: add missing include to avoid FTBFS with gcc 4.7 Origin: vendor Bug-Debian: http://bugs.debian.org/672010 Forwarded: no Author: Paul Tagliamonte Reviewed-by: gregor herrmann Last-Update: 2012-05-15 --- a/src/lsof.cpp 2012-05-09 21:27:01.138367215 -0400 +++ b/src/lsof.cpp 2012-05-09 21:26:52.398367682 -0400 @@ -21,6 +21,7 @@ #include #include #include +#include #include "lsof.h" fsuser::fsuser(const char *pid, const char *name)