Skip to content

Commit

Permalink
fix: missing include in 65acb98
Browse files Browse the repository at this point in the history
caught by the github CI.
the woodpecker CI somehow missed this.

Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/497
  • Loading branch information
N-R-K committed Jun 5, 2024
1 parent 931912d commit 2a62683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2a62683

Please sign in to comment.