From 38dcffa07bc776f20393c5eab632b27e3c4a3865 Mon Sep 17 00:00:00 2001 From: Peter Kosyh Date: Sun, 14 Jul 2024 15:02:44 +0300 Subject: [PATCH] fix netbsd build --- src/bit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bit.c b/src/bit.c index ed7d3be..68d792e 100644 --- a/src/bit.c +++ b/src/bit.c @@ -1,4 +1,4 @@ -#include "lualib.h" +#include "external.h" #ifndef LUA_BITLIBNAME_OWN /* * Stripped down code from the Lua BitOp library (MIT)