|
Line 0
Link Here
|
|
|
1 |
$FreeBSD$ |
| 2 |
|
| 3 |
Openbox 3.0 port installs headers in a 3.0 subdirectory. |
| 4 |
|
| 5 |
--- src/tree.h.bak Sun Nov 2 16:27:44 2003 |
| 6 |
+++ src/tree.h Sun Nov 2 16:26:24 2003 |
| 7 |
@@ -19,7 +19,7 @@ |
| 8 |
#ifndef obconf__tree_h |
| 9 |
#define obconf__tree_h |
| 10 |
|
| 11 |
-#include "openbox/parse.h" |
| 12 |
+#include "openbox/3.0/parse.h" |
| 13 |
|
| 14 |
xmlNodePtr tree_get_node(const gchar *path, const gchar *def); |
| 15 |
|