--- aewm++-1.1.5/windowmanager.cc +++ aewm++-1.1.5/windowmanager.cc @@ -6,6 +6,8 @@ */ #include "aewm.hh" +#include + WindowManager* wm; #define AEWM_KEY_ALT_COUNT 4 only in patch2: unchanged: --- aewm++-1.1.5.orig/main.cc +++ aewm++-1.1.5/main.cc @@ -6,6 +6,8 @@ */ #include "aewm.hh" +#include + // Dunno where I ripped this from. Kudos to the author whoever he is! void forkExec(char *cmd) { only in patch2: unchanged: --- aewm++-1.1.5.orig/client.cc +++ aewm++-1.1.5/client.cc @@ -6,6 +6,8 @@ */ #include "aewm.hh" +#include + Client::Client(Display *d, Window new_client) { initialize(d);