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 <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Sep 15, 2024
1 parent b83f90e commit 1e4e184
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 1e4e184

Please sign in to comment.