--- a/include/BTree.h +++ b/include/BTree.h @@ -24,6 +24,7 @@ #define BTree_included #include "Boolean.h" +#include // This is an in-core B-Tree implementation. // --- a/lib/Client.c++ +++ b/lib/Client.c++ @@ -34,7 +34,7 @@ #include #include -#include +#include #include "fam.h" #include "Client.h" --- a/src/DNotify.c++ +++ b/src/DNotify.c++ @@ -31,6 +31,7 @@ #include #include #include +#include #include "DNotify.h" --- a/src/IMon.c++ +++ b/src/IMon.c++ @@ -40,7 +40,7 @@ #include "Interest.h" #include "Log.h" #include "Scheduler.h" -#include "alloc.h" +#include int IMon::imonfd = -2; IMon::EventHandler IMon::ehandler = NULL; --- a/src/Interest.h +++ b/src/Interest.h @@ -29,6 +29,7 @@ #include // for in_addr #include "Boolean.h" +#include class Event; class FileSystem;