aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2024-06-05 23:02:02 +0200
committerNRK <nrk@disroot.org>2024-06-05 23:02:02 +0200
commit2a62683e6084126b1bb70dd9a1608d04a6547207 (patch)
treeb18d694e567df6931360bfdb97dc60df7d3609c2
parent931912dcf6bb8377d82c8de9c68c8e34138d18cb (diff)
downloadnsxiv-2a62683e6084126b1bb70dd9a1608d04a6547207.tar.zst
fix: missing include in 65acb98
caught by the github CI. the woodpecker CI somehow missed this. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/497
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 85bf8f6..d73988e 100644
--- a/main.c
+++ b/main.c
@@ -25,6 +25,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <locale.h>
#include <poll.h>
#include <signal.h>