diff -ruN obconf.bak/files/patch-src_main.h obconf/files/patch-src_main.h --- obconf.bak/files/patch-src_main.h Thu Jan 1 01:00:00 1970 +++ obconf/files/patch-src_main.h Sun Nov 2 16:28:46 2003 @@ -0,0 +1,15 @@ +$FreeBSD$ + +Openbox 3.0 port installs headers in a 3.0 subdirectory. + +--- src/main.h.bak Sun Nov 2 16:25:33 2003 ++++ src/main.h Sun Nov 2 16:25:43 2003 +@@ -19,7 +19,7 @@ + #ifndef obconf__main_h + #define obconf__main_h + +-#include "openbox/parse.h" ++#include "openbox/3.0/parse.h" + + #include + #include diff -ruN obconf.bak/files/patch-src_tree.c obconf/files/patch-src_tree.c --- obconf.bak/files/patch-src_tree.c Thu Jan 1 01:00:00 1970 +++ obconf/files/patch-src_tree.c Sun Nov 2 16:28:54 2003 @@ -0,0 +1,15 @@ +$FreeBSD$ + +Openbox 3.0 port installs headers in a 3.0 subdirectory. + +--- src/tree.c.bak Sun Nov 2 16:25:50 2003 ++++ src/tree.c Sun Nov 2 16:26:08 2003 +@@ -18,7 +18,7 @@ + + #include "tree.h" + #include "main.h" +-#include "openbox/parse.h" ++#include "openbox/3.0/parse.h" + + #include + #include diff -ruN obconf.bak/files/patch-src_tree.h obconf/files/patch-src_tree.h --- obconf.bak/files/patch-src_tree.h Thu Jan 1 01:00:00 1970 +++ obconf/files/patch-src_tree.h Sun Nov 2 16:29:00 2003 @@ -0,0 +1,15 @@ +$FreeBSD$ + +Openbox 3.0 port installs headers in a 3.0 subdirectory. + +--- src/tree.h.bak Sun Nov 2 16:27:44 2003 ++++ src/tree.h Sun Nov 2 16:26:24 2003 +@@ -19,7 +19,7 @@ + #ifndef obconf__tree_h + #define obconf__tree_h + +-#include "openbox/parse.h" ++#include "openbox/3.0/parse.h" + + xmlNodePtr tree_get_node(const gchar *path, const gchar *def); +