diff --git a/mod_notionflux/notionflux/notionflux.c b/mod_notionflux/notionflux/notionflux.c index 24d8b5906..a42f4160b 100644 --- a/mod_notionflux/notionflux/notionflux.c +++ b/mod_notionflux/notionflux/notionflux.c @@ -44,6 +44,10 @@ #include "../notionflux.h" +#ifndef LUA_OK +#define LUA_OK 0 +#endif + #define die(...) fprintf(stderr, __VA_ARGS__), exit(1) #define SOCK_ATOM "_NOTION_MOD_NOTIONFLUX_SOCKET"