Skip to content

Commit

Permalink
Merge pull request #660 from stgraber/main
Browse files Browse the repository at this point in the history
Add missing linux/limits.h include
  • Loading branch information
stgraber authored Sep 15, 2024
2 parents b83f90e + 1e4e184 commit a280a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "config.h"

#include <linux/limits.h>
#include <linux/types.h>
#include <signal.h>
#include <stdbool.h>
Expand Down

0 comments on commit a280a2e

Please sign in to comment.