Description: Hardcode the include for netpbm lib since -l doesn't work on opensuse Author: VĂ­ctor Cuadrado Juan Upstream: dead --- formats/pbmfact.cpp +++ formats/pbmfact.cpp @@ -19,7 +19,7 @@ #include extern "C"{ -#include +#include } namespace pagetools{