diff -Nrup extundelete-0.0.3/src/insertionops.cc extundelete-0.0.3.edited/src/insertionops.cc --- extundelete-0.0.3/src/insertionops.cc 2009-04-28 20:17:32.000000000 +0200 +++ extundelete-0.0.3.edited/src/insertionops.cc 2009-05-03 12:54:14.000000000 +0200 @@ -8,6 +8,8 @@ #include #include "kernel-jbd.h" #include "undel.h" +#include +#include // Below are a bunch of functions to allow us to print information // about various types of data we encounter in this program. diff -Nrup extundelete-0.0.3/src/undel-priv.h extundelete-0.0.3.edited/src/undel-priv.h --- extundelete-0.0.3/src/undel-priv.h 2009-04-28 20:17:32.000000000 +0200 +++ extundelete-0.0.3.edited/src/undel-priv.h 2009-05-03 12:50:39.000000000 +0200 @@ -4,6 +4,7 @@ #include #include #include +#include // Global variables #ifdef USE_SVN