diff options
author | Martin Lucina <martin@lucina.net> | 2012-05-21 13:44:02 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-05-21 13:44:02 +0200 |
commit | 9839659de3f7d8e8827af776d23efe15627c7d3e (patch) | |
tree | 5c889b61984bd14f9990e34f69a7a43e01fd4024 /src/core.cpp | |
parent | 3f9d24d24322ed40d861c006671a386532728812 (diff) |
Fixes a conflict with XenStore (see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668550)
Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to 'src/core.cpp')
-rw-r--r-- | src/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.cpp b/src/core.cpp index 2d16167..ea80791 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "../include/xs.h" +#include "../include/xs/xs.h" #include "core.hpp" #include "err.hpp" |