Skip to content

Commit

Permalink
Add missing linux/limits.h include
Browse files Browse the repository at this point in the history
Closes #657

Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 15, 2024
1 parent 9fdfdae commit 0c6c92e
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 0c6c92e

Please sign in to comment.