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
This commit is contained in:
NRK 2024-06-05 21:02:02 +00:00
parent 931912dcf6
commit 2a62683e60

1
main.c
View file

@ -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>