From 2a5e7150704b7aa31aa62ddbba5f6edd7845c0fe Mon Sep 17 00:00:00 2001 From: Francesco Salvestrini Date: Sat, 13 Sep 2008 13:07:07 +0200 Subject: [PATCH] Fixed includes --- src/beacon.cxx | 6 +++--- src/distribute.cxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/beacon.cxx b/src/beacon.cxx index 2aa0023..564a7b2 100644 --- a/src/beacon.cxx +++ b/src/beacon.cxx @@ -23,8 +23,8 @@ #include #include -#include "libs/debug.h" -#if HAVE_LUA +#include "misc/debug.h" +#ifdef HAVE_LUA #include "vm/lua.h" #endif @@ -101,7 +101,7 @@ int main(int argc, char * argv[]) } } -#if HAVE_LUA +#ifdef HAVE_LUA VM::Lua vm(); #endif // Do the main loop here diff --git a/src/distribute.cxx b/src/distribute.cxx index 1379eb3..ab4afa8 100644 --- a/src/distribute.cxx +++ b/src/distribute.cxx @@ -23,7 +23,7 @@ #include #include -#include "libs/debug.h" +#include "misc/debug.h" void version(void) { -- 2.11.4.GIT