summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Domonkos <mdomonko@redhat.com>2023-04-24 16:34:49 +0200
committerPanu Matilainen <pmatilai@redhat.com>2023-04-25 15:04:06 +0300
commit607e60bffef27a4abe22786e2adc4af2dd0a228e (patch)
tree8db479799619680f0651b70ac618b53d01c86263
parent49befbc12381e95c2dacab50284ff32328a4ef99 (diff)
downloadrpm-607e60bffef27a4abe22786e2adc4af2dd0a228e.tar.gz
Fix leftover "lua.h" import from days long gone
We used to bundle our own Lua interpreter but that's not the case for a while... No functional change.
-rw-r--r--rpmio/lposix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/lposix.c b/rpmio/lposix.c
index a8c52f2ff..ca0dd170e 100644
--- a/rpmio/lposix.c
+++ b/rpmio/lposix.c
@@ -27,12 +27,12 @@
#include <unistd.h>
#include <utime.h>
#include <rpm/rpmutil.h>
+#include <lua.h>
#include "rpmio/rpmio_internal.h"
#define MYNAME "posix"
#define MYVERSION MYNAME " library for " LUA_VERSION " / Nov 2003"
-#include "lua.h"
#include "lauxlib.h"
#include "lposix.h"