]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/lua/as.c
lua: Add compatibility function to compile with Lua >= 5.1
[people/ms/libloc.git] / src / lua / as.c
index d36f2d88885b25811afcdcf0556a3631487772ec..558fcbf474e71242ff6c1aca950941fad9aa35fa 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "location.h"
 #include "as.h"
+#include "compat.h"
 
 typedef struct as {
        struct loc_as* as;