From 8f67113ada10d14bae784f80ea81a64d1e4bd1a9 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 17 May 2014 08:21:26 +1000 Subject: Rearrange things in the libraries. --- src/LuaSL/LuaSL_compile.c | 1 + src/LuaSL/LuaSL_main.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/LuaSL') diff --git a/src/LuaSL/LuaSL_compile.c b/src/LuaSL/LuaSL_compile.c index 3791c94..c6ac70a 100644 --- a/src/LuaSL/LuaSL_compile.c +++ b/src/LuaSL/LuaSL_compile.c @@ -1,6 +1,7 @@ #include "LuaSL.h" #include "Runnr.h" +#include "SledjHamr.h" /* TODO - problem de jour */ diff --git a/src/LuaSL/LuaSL_main.c b/src/LuaSL/LuaSL_main.c index c2a4855..32ed090 100644 --- a/src/LuaSL/LuaSL_main.c +++ b/src/LuaSL/LuaSL_main.c @@ -1,6 +1,7 @@ #include "LuaSL.h" #include "Runnr.h" +#include "SledjHamr.h" int logDom; // Our logging domain. -- cgit v1.1