aboutsummaryrefslogtreecommitdiff
path: root/plugins/lua-loader.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:57:57 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:57:57 +0100
commit2e44af621d1ef33bad80fd89e91afe874a377cee (patch)
tree80d10827ae1f91745d0cdd127ae48aada5e96862 /plugins/lua-loader.c
parent2dccb650bbd39ce2b99dfdaf819c22c47611d7c9 (diff)
downloadponymap-2e44af621d1ef33bad80fd89e91afe874a377cee.tar.gz
ponymap-2e44af621d1ef33bad80fd89e91afe874a377cee.tar.xz
ponymap-2e44af621d1ef33bad80fd89e91afe874a377cee.zip
Move to liberty
Diffstat (limited to 'plugins/lua-loader.c')
-rw-r--r--plugins/lua-loader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/lua-loader.c b/plugins/lua-loader.c
index 3fc38e9..c7662ee 100644
--- a/plugins/lua-loader.c
+++ b/plugins/lua-loader.c
@@ -20,7 +20,8 @@
// I can't really recommend using this interface as it adds a lot of overhead
-#include "../utils.c"
+#include "config.h"
+#include "../liberty/liberty.c"
#include "../plugin-api.h"
#include <dirent.h>